Passed
Pull Request — master (#207)
by Alex
06:06
created
src/Query/LaravelReadQuery.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -449,8 +449,7 @@
 block discarded – undo
449 449
         $resultSet,
450 450
         $resultCount,
451 451
         $bulkSetCount
452
-    )
453
-    {
452
+    ) {
454 453
         $qVal = $queryType;
455 454
         if (QueryType::ENTITIES() == $qVal || QueryType::ENTITIES_WITH_COUNT() == $qVal) {
456 455
             $result->results = [];
Please login to merge, or discard this patch.