Completed
Pull Request — 1.0 (#963)
by Rob
02:04
created
Binary/Locator/FileSystemLocator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
     /**
75 75
      * @param string $path
76 76
      *
77
-     * @return bool|string
77
+     * @return string|false
78 78
      */
79 79
     private function locateUsingRootPathsSearch($path)
80 80
     {
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     /**
91 91
      * @param string $path
92 92
      *
93
-     * @return bool|string
93
+     * @return false|string
94 94
      */
95 95
     private function locateUsingRootPlaceholder($path)
96 96
     {
Please login to merge, or discard this patch.