Skip to content

Commit 520adf3

Browse files
committed
Reorder method annotations
1 parent 8e9e654 commit 520adf3

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

packages/framework/src/Hyde.php

+21-21
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,37 @@
1818
* @copyright 2022 Caen De Silva
1919
* @license MIT License
2020
*
21+
* @method static string path(string $path = '')
2122
* @method static string vendorPath(string $path = '')
23+
* @method static string pathToRelative(string $path)
24+
* @method static string getModelSourcePath(string $model, string $path = '')
25+
* @method static string getBladePagePath(string $path = '')
2226
* @method static string getMarkdownPagePath(string $path = '')
27+
* @method static string getMarkdownPostPath(string $path = '')
28+
* @method static string getDocumentationPagePath(string $path = '')
2329
* @method static string getSiteOutputPath(string $path = '')
24-
* @method static string getBladePagePath(string $path = '')
25-
* @method static string pathToRelative(string $path)
30+
* @method static string formatHtmlPath(string $destination)
31+
* @method static string relativeLink(string $destination)
32+
* @method static string image(string $name, bool $preferQualifiedUrl = false)
33+
* @method static string url(string $path = '', null|string $default = null)
34+
* @method static string makeTitle(string $slug)
35+
* @method static string currentPage()
36+
* @method static string getBasePath()
2637
* @method static Features features()
38+
* @method static FileCollection files()
39+
* @method static PageCollection pages()
2740
* @method static RouteCollection routes()
41+
* @method static RouteContract|null currentRoute()
42+
* @method static HydeKernel getInstance()
2843
* @method static bool hasFeature(string $feature)
29-
* @method static string path(string $path = '')
30-
* @method static string relativeLink(string $destination)
31-
* @method static PageCollection pages()
32-
* @method static FileCollection files()
33-
* @method static string getMarkdownPostPath(string $path = '')
44+
* @method static bool hasSiteUrl()
3445
* @method static bool copy(string $from, string $to)
35-
* @method static void boot()
36-
* @method static string getModelSourcePath(string $model, string $path = '')
37-
* @method static string image(string $name, bool $preferQualifiedUrl = false)
38-
* @method static RouteContract|null currentRoute()
3946
* @method static bool touch(array|string $path)
40-
* @method static string currentPage()
41-
* @method static string url(string $path = '', null|string $default = null)
42-
* @method static void setBasePath(string $basePath)
43-
* @method static string formatHtmlPath(string $destination)
4447
* @method static bool unlink(array|string $path)
45-
* @method static string makeTitle(string $slug)
46-
* @method static array toArray()
47-
* @method static bool hasSiteUrl()
4848
* @method static void setInstance(HydeKernel $instance)
49-
* @method static string getBasePath()
50-
* @method static HydeKernel getInstance()
51-
* @method static string getDocumentationPagePath(string $path = '')
49+
* @method static void setBasePath(string $basePath)
50+
* @method static array toArray()
51+
* @method static void boot()
5252
*/
5353
class Hyde extends Facade
5454
{

0 commit comments

Comments
 (0)