Passed
Push — master ( f6a857...16b7e2 )
by Sylvain
15:23
created
Api/Input/Operator/BookableBookingCount/AbstractOperatorType.php 5 patches
Indentation   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -49,8 +49,4 @@
 block discarded – undo
49 49
                         EXISTS (
50 50
                             SELECT $bookingAlias.id FROM $bookingClass $bookingAlias
51 51
                             WHERE $bookingAlias.bookable = $alias.id AND $bookingAlias.endDate IS NULL
52
-                            HAVING COUNT($bookingAlias.id) $dqlOperator :$param
53
-                        )
54
-            STRING;
55
-    }
56
-}
52
+                            HAVING COUNT($bookingAlias.id) $dqlOperator :$param
57 53
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -49,8 +49,4 @@
 block discarded – undo
49 49
                         EXISTS (
50 50
                             SELECT $bookingAlias.id FROM $bookingClass $bookingAlias
51 51
                             WHERE $bookingAlias.bookable = $alias.id AND $bookingAlias.endDate IS NULL
52
-                            HAVING COUNT($bookingAlias.id) $dqlOperator :$param
53
-                        )
54
-            STRING;
55
-    }
56
-}
52
+                            HAVING COUNT($bookingAlias.id) $dqlOperator :$param
57 53
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -49,8 +49,4 @@
 block discarded – undo
49 49
                         EXISTS (
50 50
                             SELECT $bookingAlias.id FROM $bookingClass $bookingAlias
51 51
                             WHERE $bookingAlias.bookable = $alias.id AND $bookingAlias.endDate IS NULL
52
-                            HAVING COUNT($bookingAlias.id) $dqlOperator :$param
53
-                        )
54
-            STRING;
55
-    }
56
-}
52
+                            HAVING COUNT($bookingAlias.id) $dqlOperator :$param
57 53
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -49,8 +49,4 @@
 block discarded – undo
49 49
                         EXISTS (
50 50
                             SELECT $bookingAlias.id FROM $bookingClass $bookingAlias
51 51
                             WHERE $bookingAlias.bookable = $alias.id AND $bookingAlias.endDate IS NULL
52
-                            HAVING COUNT($bookingAlias.id) $dqlOperator :$param
53
-                        )
54
-            STRING;
55
-    }
56
-}
52
+                            HAVING COUNT($bookingAlias.id) $dqlOperator :$param
57 53
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -5 removed lines patch added patch discarded remove patch
@@ -49,8 +49,4 @@
 block discarded – undo
49 49
                         EXISTS (
50 50
                             SELECT $bookingAlias.id FROM $bookingClass $bookingAlias
51 51
                             WHERE $bookingAlias.bookable = $alias.id AND $bookingAlias.endDate IS NULL
52
-                            HAVING COUNT($bookingAlias.id) $dqlOperator :$param
53
-                        )
54
-            STRING;
55
-    }
56
-}
52
+                            HAVING COUNT($bookingAlias.id) $dqlOperator :$param
57 53
\ No newline at end of file
Please login to merge, or discard this patch.