@@ -40,7 +40,7 @@ discard block |
||
40 | 40 | */ |
41 | 41 | class Query { |
42 | 42 | |
43 | - public static function with(){ |
|
43 | + public static function with() { |
|
44 | 44 | return new static(); |
45 | 45 | } |
46 | 46 | |
@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | * @param WhereStatementInterface $where |
68 | 68 | * @return Delete |
69 | 69 | */ |
70 | - public function delete($table, WhereStatementInterface $where = null){ |
|
70 | + public function delete($table, WhereStatementInterface $where = null) { |
|
71 | 71 | return new Delete($table, $where); |
72 | 72 | } |
73 | 73 | } |