Completed
Push — master ( ac3ecd...cd9341 )
by Daniel
03:23
created
src/Browser.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -96,6 +96,9 @@
 block discarded – undo
96 96
         return $columns;
97 97
     }
98 98
 
99
+    /**
100
+     * @param string $path
101
+     */
99 102
     private function getColumnPaths($path)
100 103
     {
101 104
         $columnNames = ['/'];
Please login to merge, or discard this patch.