Completed
Push — master ( a62439...0f6d12 )
by David
15s queued 11s
created
src/Routing/TrailingSlashUrlGenerator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -25,6 +25,9 @@
 block discarded – undo
25 25
         return parent::format($root, $path, $route) . '/';
26 26
     }
27 27
 
28
+    /**
29
+     * @param string $path
30
+     */
28 31
     private function pathIsFile($path): bool
29 32
     {
30 33
         return Str::contains(Str::afterLast($path, '/'), '.');
Please login to merge, or discard this patch.