Completed
Pull Request — master (#62)
by
unknown
06:14
created
src/Metadata/MetadataFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     /**
61 61
      * @param string $className
62 62
      *
63
-     * @return ClassHierarchyMetadata|MergeableClassMetadata|null
63
+     * @return ClassMetadata|null
64 64
      */
65 65
     public function getMetadataForClass($className)
66 66
     {
Please login to merge, or discard this patch.
src/Metadata/Cache/FileCache.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     }
82 82
 
83 83
     /**
84
-     * @param $dir
84
+     * @param string $dir
85 85
      */
86 86
     private function createDirectory($dir)
87 87
     {
Please login to merge, or discard this patch.