Completed
Push — next ( eb81f5...f4bd62 )
by Riikka
01:48
created
src/Path.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
      * Note that unless the first path in the list is an absolute path, the
57 57
      * entire resulting path will be treated as a relative path.
58 58
      *
59
-     * @param string[]|string $paths File system paths to join
59
+     * @param string $paths File system paths to join
60 60
      * @return string The joined file system paths
61 61
      */
62 62
     public static function join($paths)
Please login to merge, or discard this patch.