Passed
Push — master ( 2dcce8...6180b2 )
by Amin
03:04
created
src/AutoRepresentations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
 
73 73
         $representations[] = $this->addRepresentation($kilobitrate, $width, $height);
74 74
 
75
-        $heights = array_filter(static::heights, function ($value) use ($height) {
75
+        $heights = array_filter(static::heights, function($value) use ($height) {
76 76
             return $value < $height;
77 77
         });
78 78
 
Please login to merge, or discard this patch.
src/Export.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
 
79 79
     private function getPath($path): string
80 80
     {
81
-        if(null !== $path){
81
+        if (null !== $path) {
82 82
             $this->path_info = pathinfo($path);
83 83
         }
84 84
 
Please login to merge, or discard this patch.
src/KeyInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,6 +84,6 @@
 block discarded – undo
84 84
      */
85 85
     private function generateIV(): string
86 86
     {
87
-        return $this->openssl->removeCommand('16')->addCommand(['-hex' ,'16'])->run();
87
+        return $this->openssl->removeCommand('16')->addCommand(['-hex', '16'])->run();
88 88
     }
89 89
 }
90 90
\ No newline at end of file
Please login to merge, or discard this patch.