Completed
Pull Request — master (#6494)
by Artem
10:15
created
tests/Doctrine/Tests/ORM/Tools/EntityGeneratorTest.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,6 +117,7 @@  discard block
 block discarded – undo
117 117
     }
118 118
 
119 119
     /**
120
+     * @param string $columnPrefix
120 121
      * @return ClassMetadataInfo
121 122
      */
122 123
     private function generateIsbnEmbeddableFixture(array $embeddedClasses = [], $columnPrefix = null)
@@ -1154,7 +1155,7 @@  discard block
 block discarded – undo
1154 1155
 
1155 1156
     /**
1156 1157
      * @param string $type
1157
-     * @param \ReflectionProperty $method
1158
+     * @param \ReflectionMethod $method
1158 1159
      */
1159 1160
     private function assertPhpDocParamType($type, \ReflectionMethod $method)
1160 1161
     {
Please login to merge, or discard this patch.