@@ -12,7 +12,7 @@ |
||
| 12 | 12 | * @date 13.03.14 |
| 13 | 13 | */ |
| 14 | 14 | |
| 15 | -declare(strict_types = 1); |
|
| 15 | +declare(strict_types=1); |
|
| 16 | 16 | |
| 17 | 17 | namespace IPub\Permissions\Entities; |
| 18 | 18 | |
@@ -12,7 +12,7 @@ discard block |
||
| 12 | 12 | * @date 13.03.14 |
| 13 | 13 | */ |
| 14 | 14 | |
| 15 | -declare(strict_types = 1); |
|
| 15 | +declare(strict_types=1); |
|
| 16 | 16 | |
| 17 | 17 | namespace IPub\Permissions\Entities; |
| 18 | 18 | |
@@ -125,6 +125,6 @@ discard block |
||
| 125 | 125 | */ |
| 126 | 126 | public function __toString() |
| 127 | 127 | { |
| 128 | - return ((string) $this->resource) . self::DELIMITER . $this->privilege; |
|
| 128 | + return ((string) $this->resource).self::DELIMITER.$this->privilege; |
|
| 129 | 129 | } |
| 130 | 130 | } |