Passed
Push — master ( c20c0a...de3e2c )
by Aimeos
04:04
created
admin/jqadm/src/Admin/JQAdm/Settings/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -333,7 +333,7 @@
 block discarded – undo
333 333
 
334 334
 				$filepath = 'aimeos/' . $siteId . '/logo' . $w . '.' . $ext;
335 335
 				$context->getFilesystemManager()->get( 'fs-media' )->write( $filepath, $image->scale( $w, $h )->save() );
336
-				$filepaths[(int) $w?:1] = $filepath;
336
+				$filepaths[(int) $w ?: 1] = $filepath;
337 337
 			}
338 338
 
339 339
 			$item->setLogos( $filepaths );
Please login to merge, or discard this patch.