@@ -166,7 +166,7 @@ |
||
166 | 166 | */ |
167 | 167 | protected function readInt( string $byteOrder ) : ?int |
168 | 168 | { |
169 | - if( ( $content = $this->read( 4 )) === null ) { |
|
169 | + if( ( $content = $this->read( 4 ) ) === null ) { |
|
170 | 170 | return null; |
171 | 171 | } |
172 | 172 |