@@ -1,6 +1,6 @@  | 
                                                    ||
| 1 | 1 | <?php  | 
                                                        
| 2 | 2 | |
| 3 | -declare(strict_types=1);  | 
                                                        |
| 3 | +declare(strict_types = 1);  | 
                                                        |
| 4 | 4 | |
| 5 | 5 | namespace Managlea\Component;  | 
                                                        
| 6 | 6 | |
@@ -1,6 +1,6 @@  | 
                                                    ||
| 1 | 1 | <?php  | 
                                                        
| 2 | 2 | |
| 3 | -declare(strict_types=1);  | 
                                                        |
| 3 | +declare(strict_types = 1);  | 
                                                        |
| 4 | 4 | |
| 5 | 5 | namespace Managlea\Component;  | 
                                                        
| 6 | 6 | |
@@ -134,6 +134,9 @@  | 
                                                    ||
| 134 | 134 | |
| 135 | 135 |      private $data = array('name' => 'Random Joe', 'dateOfBirth' => '1970-01-01'); | 
                                                        
| 136 | 136 | |
| 137 | + /**  | 
                                                        |
| 138 | + * @param string $action  | 
                                                        |
| 139 | + */  | 
                                                        |
| 137 | 140 | private function provideResourceHandler($action)  | 
                                                        
| 138 | 141 |      { | 
                                                        
| 139 | 142 | $data = $this->data;  |