@@ -1,5 +1,5 @@ |
||
| 1 | 1 | <?php |
| 2 | -declare(strict_types = 1); |
|
| 2 | +declare(strict_types=1); |
|
| 3 | 3 | |
| 4 | 4 | namespace Thinktomorrow\Chief\Fields\Types; |
| 5 | 5 | |
@@ -64,7 +64,7 @@ |
||
| 64 | 64 | |
| 65 | 65 | public function __toString() |
| 66 | 66 | { |
| 67 | - return (string) $this->get('key'); |
|
| 67 | + return (string)$this->get('key'); |
|
| 68 | 68 | } |
| 69 | 69 | |
| 70 | 70 | /** |