Passed
Pull Request — master (#408)
by Alexander
02:08 queued 28s
created
src/Types/Voice.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
      *
20 20
      * @var array
21 21
      */
22
-    static protected $requiredParams = ['file_id', 'file_unique_id', 'duration'];
22
+    static protected $requiredParams = [ 'file_id', 'file_unique_id', 'duration' ];
23 23
 
24 24
     /**
25 25
      * {@inheritdoc}
Please login to merge, or discard this patch.