Completed
Pull Request — master (#36)
by Thomas
02:53
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/Entity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -340,7 +340,7 @@
 block discarded – undo
340 340
      * Get an array of Columns for this table.
341 341
      *
342 342
      * @param EntityManager $entityManager
343
-     * @return Column[]
343
+     * @return Dbal\Dbal\Column[]
344 344
      * @codeCoverageIgnore This is just a proxy
345 345
      */
346 346
     public static function describe(EntityManager $entityManager)
Please login to merge, or discard this patch.