@@ -1,5 +1,5 @@ discard block |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | namespace Moka\Stub\Helper; |
5 | 5 | |
@@ -13,5 +13,5 @@ discard block |
||
13 | 13 | */ |
14 | 14 | function isMethodName(string $name): bool |
15 | 15 | { |
16 | - return !isPropertyName($name); |
|
16 | + return ! isPropertyName($name); |
|
17 | 17 | } |
@@ -1,5 +1,5 @@ |
||
1 | 1 | <?php |
2 | -declare(strict_types=1); |
|
2 | +declare(strict_types = 1); |
|
3 | 3 | |
4 | 4 | require_once __DIR__ . '/Factory/buildStub.php'; |
5 | 5 | require_once __DIR__ . '/Factory/buildStubs.php'; |