Passed
Branch feature-dbal (b0d62a)
by Thomas
03:17
created
src/EntityManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -337,7 +337,7 @@
 block discarded – undo
337 337
      *
338 338
      * Without $primaryKey it creates an entityFetcher and returns this.
339 339
      *
340
-     * @param string|Entity $class      The entity class you want to fetch
340
+     * @param string $class      The entity class you want to fetch
341 341
      * @param mixed         $primaryKey The primary key of the entity you want to fetch
342 342
      * @return Entity|EntityFetcher
343 343
      * @throws IncompletePrimaryKey
Please login to merge, or discard this patch.
src/Dbal/TypeInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
      *
10 10
      * @param string $name
11 11
      * @param string $type
12
-     * @param int    $length
13 12
      * @return bool
14 13
      */
15 14
     public static function isType($name, $type);
Please login to merge, or discard this patch.