Failed Conditions
Pull Request — master (#6485)
by Alessandro
12:30
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|false $columnPrefix
120 121
      * @return ClassMetadataInfo
121 122
      */
122 123
     private function generateIsbnEmbeddableFixture(array $embeddedClasses = [], $columnPrefix = null)
@@ -1167,7 +1168,7 @@  discard block
 block discarded – undo
1167 1168
 
1168 1169
     /**
1169 1170
      * @param string $type
1170
-     * @param \ReflectionProperty $method
1171
+     * @param \ReflectionMethod $method
1171 1172
      */
1172 1173
     private function assertPhpDocParamType($type, \ReflectionMethod $method)
1173 1174
     {
Please login to merge, or discard this patch.