@@ -58,7 +58,7 @@ |
||
58 | 58 | public function setUpBinaries() |
59 | 59 | { |
60 | 60 | // Removes system paths if the corresponding binary doesn't exist |
61 | - $binaries = array_filter($this->defaultPaths, function ($binary) { |
|
61 | + $binaries = array_filter($this->defaultPaths, function($binary) { |
|
62 | 62 | return file_exists($binary); |
63 | 63 | }); |
64 | 64 |
@@ -33,7 +33,7 @@ |
||
33 | 33 | $wp = new ToWebP('uploads', "images"); |
34 | 34 | $wp->convert($source, $destination, $quality); |
35 | 35 | |
36 | - $arr =[ |
|
36 | + $arr = [ |
|
37 | 37 | 'picture' => [ |
38 | 38 | 'class' => 'responsive' |
39 | 39 | ], |