@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace TYPO3\PharStreamWrapper; |
4 | 4 | |
5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace TYPO3\PharStreamWrapper; |
4 | 4 | |
5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace TYPO3\PharStreamWrapper\Interceptor; |
4 | 4 | |
5 | 5 | /* |
@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace TYPO3\PharStreamWrapper; |
4 | 4 | |
5 | 5 | /* |
@@ -102,7 +102,7 @@ discard block |
||
102 | 102 | 'mkdir', |
103 | 103 | $path, |
104 | 104 | $mode, |
105 | - (bool)($options & STREAM_MKDIR_RECURSIVE), |
|
105 | + (bool) ($options & STREAM_MKDIR_RECURSIVE), |
|
106 | 106 | $this->context |
107 | 107 | ); |
108 | 108 | } |
@@ -247,7 +247,7 @@ discard block |
||
247 | 247 | string &$opened_path = null |
248 | 248 | ): bool { |
249 | 249 | $this->assert($path, Behavior::COMMAND_STREAM_OPEN); |
250 | - $arguments = [$path, $mode, (bool)($options & STREAM_USE_PATH)]; |
|
250 | + $arguments = [$path, $mode, (bool) ($options & STREAM_USE_PATH)]; |
|
251 | 251 | // only add stream context for non include/require calls |
252 | 252 | if (!($options & static::STREAM_OPEN_FOR_INCLUDE)) { |
253 | 253 | $arguments[] = $this->context; |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace TYPO3\PharStreamWrapper; |
4 | 4 | |
5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace TYPO3\PharStreamWrapper; |
4 | 4 | |
5 | 5 | /* |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types = 1); |
|
2 | +declare(strict_types=1); |
|
3 | 3 | namespace TYPO3\PharStreamWrapper; |
4 | 4 | |
5 | 5 | /* |