Passed
Pull Request — master (#41)
by Thomas
03:01
created
src/EntityManager.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -388,7 +388,7 @@  discard block
 block discarded – undo
388 388
      *
389 389
      * @param Entity $entity
390 390
      * @param bool   $useAutoIncrement
391
-     * @return mixed
391
+     * @return boolean
392 392
      * @internal
393 393
      */
394 394
     public function insert(Entity $entity, $useAutoIncrement = true)
@@ -461,7 +461,7 @@  discard block
 block discarded – undo
461 461
      *
462 462
      * Without $primaryKey it creates an entityFetcher and returns this.
463 463
      *
464
-     * @param string|Entity $class      The entity class you want to fetch
464
+     * @param string $class      The entity class you want to fetch
465 465
      * @param mixed         $primaryKey The primary key of the entity you want to fetch
466 466
      * @return Entity|EntityFetcher
467 467
      * @throws IncompletePrimaryKey
Please login to merge, or discard this patch.