Passed
Pull Request — 1.0.x (#11)
by Koldo
02:37
created
src/Infrastructure/Repository/DbalAggregateRootSingleTableRepository.php 5 patches
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.
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.
Spacing   +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.
Braces   +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.
Upper-Lower-Casing   +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 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -137,6 +137,4 @@
 block discarded – undo
137 137
         /** @var array|false $result */
138 138
         $result = $statement->fetch();
139 139
 
140
-        return false === empty($result);
141
-    }
142
-}
140
+        return false === empty($result
143 141
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -137,6 +137,4 @@
 block discarded – undo
137 137
         /** @var array|false $result */
138 138
         $result = $statement->fetch();
139 139
 
140
-        return false === empty($result);
141
-    }
142
-}
140
+        return false === empty($result
143 141
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -137,6 +137,4 @@
 block discarded – undo
137 137
         /** @var array|false $result */
138 138
         $result = $statement->fetch();
139 139
 
140
-        return false === empty($result);
141
-    }
142
-}
140
+        return false === empty($result
143 141
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -137,6 +137,4 @@
 block discarded – undo
137 137
         /** @var array|false $result */
138 138
         $result = $statement->fetch();
139 139
 
140
-        return false === empty($result);
141
-    }
142
-}
140
+        return false === empty($result
143 141
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -137,6 +137,4 @@
 block discarded – undo
137 137
         /** @var array|false $result */
138 138
         $result = $statement->fetch();
139 139
 
140
-        return false === empty($result);
141
-    }
142
-}
140
+        return false === empty($result
143 141
\ No newline at end of file
Please login to merge, or discard this patch.