@@ -22,7 +22,7 @@ |
||
| 22 | 22 | public function __construct(string $path, ?string $name = null, array $headers = []) |
| 23 | 23 | { |
| 24 | 24 | $this->path = $path; |
| 25 | - if (! is_null($name)) { |
|
| 25 | + if ( ! is_null($name)) { |
|
| 26 | 26 | $this->name($name); |
| 27 | 27 | } |
| 28 | 28 | $this->headers($headers); |