Failed Conditions
Push — develop ( 3b446f...d1b453 )
by Guilherme
62:33
created
lib/Doctrine/ORM/Cache/Persister/Entity/AbstractEntityPersister.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
     /**
269 269
      * Generates a string of currently query
270 270
      *
271
-     * @param array   $query
271
+     * @param string   $query
272 272
      * @param string  $criteria
273 273
      * @param array   $orderBy
274 274
      * @param integer $limit
@@ -335,6 +335,7 @@  discard block
 block discarded – undo
335 335
 
336 336
     /**
337 337
      * {@inheritdoc}
338
+     * @param string $fieldName
338 339
      */
339 340
     public function getOwningTable($fieldName)
340 341
     {
@@ -367,6 +368,7 @@  discard block
 block discarded – undo
367 368
 
368 369
     /**
369 370
      * {@inheritdoc}
371
+     * @param \Doctrine\Tests\Models\Cache\Country $entity
370 372
      */
371 373
     public function insert($entity)
372 374
     {
Please login to merge, or discard this patch.