Passed
Push — master ( 249a0e...ea66cd )
by Dev
11:53
created
src/EventListener/MediaCacheGeneratorTrait.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@
 block discarded – undo
82 82
         echo 'wait for jpg :'.PHP_EOL;
83 83
         echo $event->getPeriods()[$period++]->getDuration().PHP_EOL;
84 84
 
85
-         foreach ($filters as $filter) {
85
+            foreach ($filters as $filter) {
86 86
             $this->imgToWebP($media, $filter);
87 87
             //$this->storeImageInCache($pathWebP, $binary, $filter); liip not optimized...
88 88
         }
Please login to merge, or discard this patch.