Passed
Pull Request — master (#439)
by Alexander
01:58
created
src/Types/Inline/QueryResult/Gif.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      *
21 21
      * @var array
22 22
      */
23
-    protected static $requiredParams = ['type', 'id', 'gif_url', 'thumbnail_url'];
23
+    protected static $requiredParams = [ 'type', 'id', 'gif_url', 'thumbnail_url' ];
24 24
 
25 25
     /**
26 26
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Inline/QueryResult/Photo.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
-    protected static $requiredParams = ['type', 'id', 'photo_url', 'thumbnail_url'];
22
+    protected static $requiredParams = [ 'type', 'id', 'photo_url', 'thumbnail_url' ];
23 23
 
24 24
     /**
25 25
      * {@inheritdoc}
Please login to merge, or discard this patch.
src/Types/Inline/QueryResult/Video.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@
 block discarded – undo
18 18
      *
19 19
      * @var array
20 20
      */
21
-    protected static $requiredParams = ['type', 'id', 'video_url', 'mime_type', 'thumbnail_url', 'title'];
21
+    protected static $requiredParams = [ 'type', 'id', 'video_url', 'mime_type', 'thumbnail_url', 'title' ];
22 22
 
23 23
     /**
24 24
      * {@inheritdoc}
Please login to merge, or discard this patch.