@@ -1,4 +1,4 @@  | 
                                                    ||
| 1 | -<?php declare(strict_types=1);  | 
                                                        |
| 1 | +<?php declare(strict_types = 1);  | 
                                                        |
| 2 | 2 | |
| 3 | 3 | namespace PeeHaa\AsyncTwitter\Examples\Mute\Users;  | 
                                                        
| 4 | 4 | |
@@ -1,4 +1,4 @@  | 
                                                    ||
| 1 | -<?php declare(strict_types=1);  | 
                                                        |
| 1 | +<?php declare(strict_types = 1);  | 
                                                        |
| 2 | 2 | |
| 3 | 3 | namespace PeeHaa\AsyncTwitter\Examples\Mute\Users;  | 
                                                        
| 4 | 4 | |
@@ -1,4 +1,4 @@  | 
                                                    ||
| 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 | |
@@ -1,4 +1,4 @@ discard block  | 
                                                    ||
| 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  | 
                                                    ||
| 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 | }  |