Passed
Push — master ( dd055a...ca8538 )
by Pascal
13:19
created
src/Exporters/HLSExporter.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -24,8 +24,8 @@
 block discarded – undo
24 24
     private $segmentLength = 10;
25 25
 
26 26
     /**
27
-    * @var integer
28
-    */
27
+     * @var integer
28
+     */
29 29
     private $keyFrameInterval = 48;
30 30
 
31 31
     /**
Please login to merge, or discard this patch.
src/Support/MediaOpenerFactory.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -31,12 +31,12 @@
 block discarded – undo
31 31
     }
32 32
 
33 33
     /**
34
-    * Handle dynamic method calls into the MediaOpener.
35
-    *
36
-    * @param  string  $method
37
-    * @param  array  $parameters
38
-    * @return mixed
39
-    */
34
+     * Handle dynamic method calls into the MediaOpener.
35
+     *
36
+     * @param  string  $method
37
+     * @param  array  $parameters
38
+     * @return mixed
39
+     */
40 40
     public function __call($method, $parameters)
41 41
     {
42 42
         return $this->forwardCallTo($this->new(), $method, $parameters);
Please login to merge, or discard this patch.