Skip to content

Commit

Permalink
Update src/Illuminate/Filesystem/functions.php
Browse files Browse the repository at this point in the history
Co-authored-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
tylernathanreed and crynobone authored Dec 21, 2023
1 parent 0a1456f commit 5efb953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @param string ...$paths
* @return string
*/
function join_paths($basePath, ?string ...$paths)
function join_paths($basePath, ...$paths)
{
foreach ($paths as $index => $path) {
if (empty($path)) {
Expand Down

0 comments on commit 5efb953

Please sign in to comment.