Passed
Push — master ( adbf7e...2ad942 )
by Aimeos
02:05
created
lib/custom/src/MW/Translation/File/Mo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.