Test Failed
Pull Request — 1.0.x (#34)
by
unknown
02:40
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
@@ -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.