Test Setup Failed
Pull Request — master (#16)
by
unknown
07:04
created
src/Api/Request/Lists/Member/ShowBySlugAndScreenName.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace PeeHaa\AsyncTwitter\Api\Request\Lists\Member;
4 4
 
Please login to merge, or discard this patch.
src/Api/Request/Lists/Member/ShowByListId.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace PeeHaa\AsyncTwitter\Api\Request\Lists\Member;
4 4
 
Please login to merge, or discard this patch.
examples/mute/users/ids.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace PeeHaa\AsyncTwitter\Examples\Mute\Users;
4 4
 
Please login to merge, or discard this patch.
src/Api/Request/Mute/User/Ids.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace PeeHaa\AsyncTwitter\Api\Request\Mute\User;
4 4
 
Please login to merge, or discard this patch.
src/Api/Request/Mute/User/Lists.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace PeeHaa\AsyncTwitter\Api\Request\Mute\User;
4 4
 
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
 
20 20
     public function cursor(int $cursor): Lists
21 21
     {
22
-        $this->parameters['cursor'] = (string)$cursor;
22
+        $this->parameters['cursor'] = (string) $cursor;
23 23
 
24 24
         return $this;
25 25
     }
Please login to merge, or discard this patch.
examples/mute/users/list.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace PeeHaa\AsyncTwitter\Examples\Mute\Users;
4 4
 
Please login to merge, or discard this patch.
examples/saved_searches/list.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace PeeHaa\AsyncTwitter\Examples\SavedSearches;
4 4
 
Please login to merge, or discard this patch.
examples/saved_searches/show/id.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace PeeHaa\AsyncTwitter\Examples\SavedSearches\Show;
4 4
 
Please login to merge, or discard this patch.
src/Api/Request/SavedSearch/Lists.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 
3 3
 namespace PeeHaa\AsyncTwitter\Api\Request\SavedSearch;
4 4
 
Please login to merge, or discard this patch.