@@ -24,7 +24,7 @@ |
||
24 | 24 | $chunked = $this->headers->has('Transfer-Encoding'); |
25 | 25 | $this->content->seek(0); |
26 | 26 | |
27 | - for (; ;) { |
|
27 | + for (;;) { |
|
28 | 28 | $chunk = $this->content->read($this->bufferSize); |
29 | 29 | |
30 | 30 | if ($chunked) { |
@@ -114,7 +114,7 @@ |
||
114 | 114 | 'longint', |
115 | 115 | ]; |
116 | 116 | $flip = []; |
117 | - if(isset(self::$mock[$tableName])) { |
|
117 | + if (isset(self::$mock[$tableName])) { |
|
118 | 118 | $flip = array_flip(self::$mock[$tableName]); |
119 | 119 | } |
120 | 120 |