Passed
Branch master (03e319)
by Whallysson
09:21
created
Category
src/Convert/Converters/Cwebp.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
example/index.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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
             ],
Please login to merge, or discard this patch.