Completed
Pull Request — master (#39)
by Simon
01:37
created
src/Application/Application.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 
4 4
 namespace Shopware\Psh\Application;
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
     {
196 196
         $paddingSize = 0;
197 197
         foreach ($scripts as $script) {
198
-            $paddingSize = strlen($script->getName()) > $paddingSize ? strlen($script->getName()): $paddingSize;
198
+            $paddingSize = strlen($script->getName()) > $paddingSize ? strlen($script->getName()) : $paddingSize;
199 199
         }
200 200
         return $paddingSize + 8;
201 201
     }
Please login to merge, or discard this patch.