Skip to content

Commit 3dbddc0

Browse files
author
Mohamad Norouzi
authored
fix phpdoc of basePath method (#36649)
add $path argument
1 parent 5390126 commit 3dbddc0

File tree

1 file changed

+1
-1
lines changed
  • src/Illuminate/Support/Facades

1 file changed

+1
-1
lines changed

src/Illuminate/Support/Facades/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @method static bool runningInConsole()
1616
* @method static bool runningUnitTests()
1717
* @method static bool shouldSkipMiddleware()
18-
* @method static string basePath()
18+
* @method static string basePath(string $path = '')
1919
* @method static string bootstrapPath(string $path = '')
2020
* @method static string configPath(string $path = '')
2121
* @method static string databasePath(string $path = '')

0 commit comments

Comments
 (0)