Completed
Push — master ( 0652c0...cec5b8 )
by Sylvain
07:07 queued 37s
created
src/Rocket/ORM/Console/Command/AbstractCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     }
56 56
 
57 57
     /**
58
-     * @param string|array $path
58
+     * @param string $path
59 59
      * @param string|array $exclude
60 60
      *
61 61
      * @return array
Please login to merge, or discard this patch.
src/Rocket/ORM/Rocket.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      * @param string $name The connection name
50 50
      * @param string $mode The connection mode, a Rocket class constant
51 51
      *
52
-     * @return ConnectionInterface|\PDO
52
+     * @return \PDO
53 53
      *
54 54
      * @throws Connection\Exception\ConnectionNotFoundException
55 55
      */
Please login to merge, or discard this patch.