Completed
Push — master ( 0a35d6...0652c0 )
by Sylvain
05:17
created
src/Rocket/ORM/Console/Command/AbstractCommand.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,7 @@
 block discarded – undo
45 45
         if (null == $name) {
46 46
             if (null != $input) {
47 47
                 $name = $input->getOption('connection', 'default');
48
-            }
49
-            else {
48
+            } else {
50 49
                 $name = 'default';
51 50
             }
52 51
         }
Please login to merge, or discard this patch.
src/Rocket/ORM/Model/Query/Hydrator/ComplexQueryHydrator.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -45,8 +45,7 @@
 block discarded – undo
45 45
         if (null == $name) {
46 46
             if (null != $input) {
47 47
                 $name = $input->getOption('connection', 'default');
48
-            }
49
-            else {
48
+            } else {
50 49
                 $name = 'default';
51 50
             }
52 51
         }
Please login to merge, or discard this patch.