@@ -28,7 +28,7 @@ |
||
28 | 28 | * @param Query $query |
29 | 29 | * @return $this |
30 | 30 | */ |
31 | - public function addQuery( Query $query ) { |
|
31 | + public function addQuery(Query $query) { |
|
32 | 32 | $this->queryList[] = $query; |
33 | 33 | return $this; |
34 | 34 | } |