We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1652608 commit 1a84e34Copy full SHA for 1a84e34
src/Illuminate/Filesystem/functions.php
@@ -10,7 +10,7 @@
10
* @param string ...$paths
11
* @return string
12
*/
13
- function join_paths($basePath, string ...$paths)
+ function join_paths($basePath, ...$paths)
14
{
15
foreach ($paths as $index => $path) {
16
if (empty($path)) {
0 commit comments