Passed
Push — master ( 05badb...bdbf22 )
by Aimeos
02:10
created
lib/custom/src/MW/Translation/File/Mo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
 	 */
169 169
 	protected function readInt( $byteOrder )
170 170
 	{
171
-		if( ( $content = $this->read( 4 )) === false ) {
171
+		if( ( $content = $this->read( 4 ) ) === false ) {
172 172
 			return false;
173 173
 		}
174 174
 
Please login to merge, or discard this patch.