Passed
Push — master ( 01ab92...f17c4a )
by Aimeos
02:28
created
src/Translation/Gettext.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -121,7 +121,7 @@
 block discarded – undo
121 121
 	{
122 122
 		if( !isset( $this->files[$domain] ) )
123 123
 		{
124
-			if ( !isset( $this->sources[$domain] ) )
124
+			if( !isset( $this->sources[$domain] ) )
125 125
 			{
126 126
 				$msg = sprintf( 'No translation directory for domain "%1$s" available', $domain );
127 127
 				throw new \Aimeos\Base\Translation\Exception( $msg );
Please login to merge, or discard this patch.
src/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.