@@ -17,7 +17,7 @@  | 
                                                    ||
| 17 | 17 | */  | 
                                                        
| 18 | 18 | public function toResource($value, array $parameters)  | 
                                                        
| 19 | 19 |      { | 
                                                        
| 20 | -        if (! $value instanceof \DateTimeInterface) { | 
                                                        |
| 20 | +        if (!$value instanceof \DateTimeInterface) { | 
                                                        |
| 21 | 21 | $value = new \DateTimeImmutable((string) $value);  | 
                                                        
| 22 | 22 | }  | 
                                                        
| 23 | 23 | |