Completed
Push — master ( 6c3128...7946ff )
by Alessandro
12s
created
src/Twig/FacileMongoDbBundleExtension.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@  discard block
 block discarded – undo
20 20
      */
21 21
     public function queryFilterTranslate(string $label, string $methodName)
22 22
     {
23
-        switch(strtolower($methodName)) {
23
+        switch (strtolower($methodName)) {
24 24
             default:
25 25
                 return $label;
26 26
         }
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
      */
35 35
     public function queryDataTranslate(string $label, string $methodName)
36 36
     {
37
-        switch(strtolower($methodName)) {
37
+        switch (strtolower($methodName)) {
38 38
             case 'aggregate':
39 39
                 return 'Pipeline';
40 40
             case 'insertOne':
Please login to merge, or discard this patch.