Completed
Pull Request — master (#500)
by
unknown
04:19
created
Mapping/MetadataCollector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -312,7 +312,7 @@
 block discarded – undo
312 312
     /**
313 313
      * returns the namespace declared at the start of a file
314 314
      * @param $filepath
315
-     * @return bool
315
+     * @return string|false
316 316
      */
317 317
     private function getFileNamespace($filepath) {
318 318
         $exists = preg_match('/<\?php.+?namespace ([^;]+)/si', file_get_contents($filepath), $match);
Please login to merge, or discard this patch.