Passed
Pull Request — master (#194)
by
unknown
04:14
created
admin/jqadm/src/Admin/JQAdm/Product/Download/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -407,7 +407,7 @@
 block discarded – undo
407 407
 				$data['time'] = $fs->time( $data['attribute.code'] );
408 408
 				$data['size'] = $fs->size( $data['attribute.code'] );
409 409
 			}
410
-			catch( \Exception $e ) { ; } // Show product even if file isn't available any more
410
+			catch( \Exception $e ) {; } // Show product even if file isn't available any more
411 411
 		}
412 412
 
413 413
 		return $data;
Please login to merge, or discard this patch.
admin/jqadm/src/Admin/JQAdm/Settings/Standard.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -256,7 +256,7 @@
 block discarded – undo
256 256
 		$item = $this->fromArrayIcon( $item, $files );
257 257
 		$item = $this->fromArrayLogo( $item, $files );
258 258
 
259
-		return $item->setConfig( array_merge($item->getConfig(), $config) )
259
+		return $item->setConfig( array_merge( $item->getConfig(), $config ) )
260 260
 			->setTheme( $data['locale.site.theme'] ?? '' )
261 261
 			->setLabel( $data['locale.site.label'] ?? '' )
262 262
 			->setCode( $data['locale.site.code'] ?? '' );
Please login to merge, or discard this patch.