@@ -20,7 +20,7 @@ discard block |
||
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 |
||
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': |