Passed
Branch feature-dbal (53df75)
by Thomas
02:50
created
src/Entity.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -345,7 +345,7 @@
 block discarded – undo
345 345
      * Get an array of Columns for this table.
346 346
      *
347 347
      * @param EntityManager $em
348
-     * @return mixed
348
+     * @return Column[]
349 349
      * @codeCoverageIgnore This is just a proxy
350 350
      */
351 351
     public static function describe(EntityManager $em)
Please login to merge, or discard this patch.