@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of FlexPHP. |
4 | 4 | * |
@@ -1,4 +1,4 @@ discard block |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of FlexPHP. |
4 | 4 | * |
@@ -198,7 +198,7 @@ discard block |
||
198 | 198 | |
199 | 199 | public function propertyDataTypeValid(): array |
200 | 200 | { |
201 | - return \array_map(function ($dataType) { |
|
201 | + return \array_map(function($dataType) { |
|
202 | 202 | return [$dataType]; |
203 | 203 | }, PropertyDataTypeValidator::ALLOWED_DATATYPES); |
204 | 204 | } |
@@ -218,7 +218,7 @@ discard block |
||
218 | 218 | |
219 | 219 | public function propertyTypeValid(): array |
220 | 220 | { |
221 | - return \array_map(function ($dataType) { |
|
221 | + return \array_map(function($dataType) { |
|
222 | 222 | return [$dataType]; |
223 | 223 | }, PropertyTypeValidator::ALLOWED_TYPES); |
224 | 224 | } |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of FlexPHP. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of FlexPHP. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of FlexPHP. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of FlexPHP. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of FlexPHP. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of FlexPHP. |
4 | 4 | * |
@@ -1,4 +1,4 @@ |
||
1 | -<?php declare(strict_types = 1); |
|
1 | +<?php declare(strict_types=1); |
|
2 | 2 | /* |
3 | 3 | * This file is part of FlexPHP. |
4 | 4 | * |