Passed
Pull Request — 1.0.x (#23)
by
unknown
07:48
created
src/Infrastructure/Repository/DbalAggregateRootSingleTableRepository.php 1 patch
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -136,6 +136,4 @@
 block discarded – undo
136 136
         /** @var array|false $result */
137 137
         $result = $statement->fetch();
138 138
 
139
-        return false === empty($result);
140
-    }
141
-}
139
+        return false === empty($result
142 140
\ No newline at end of file
Please login to merge, or discard this patch.
src/Infrastructure/Repository/DbalAggregateRootPerTableRepository.php 1 patch
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -136,6 +136,4 @@
 block discarded – undo
136 136
         /** @var array|false $result */
137 137
         $result = $statement->fetch();
138 138
 
139
-        return false === empty($result);
140
-    }
141
-}
139
+        return false === empty($result
142 140
\ No newline at end of file
Please login to merge, or discard this patch.