We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26aa899 commit 0afefe2Copy full SHA for 0afefe2
app/Support/Helpers.php
@@ -5,7 +5,7 @@
5
* @param string|null $path
6
* @return string
7
*/
8
- function home_path(string $path = null) : string
+ function home_path(string|null $path = null) : string
9
{
10
$home = getenv('HOME');
11
0 commit comments