@@ -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 @@ 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 | * |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | } |
71 | 71 | |
72 | 72 | if (!empty($notAllowedProperties)) { |
73 | - throw new InvalidSchemaAttributeException('Properties unknow: ' . \implode(', ', $notAllowedProperties)); |
|
73 | + throw new InvalidSchemaAttributeException('Properties unknow: '.\implode(', ', $notAllowedProperties)); |
|
74 | 74 | } |
75 | 75 | |
76 | 76 | foreach ($this->requiredProperties as $property) { |
@@ -81,7 +81,7 @@ discard block |
||
81 | 81 | |
82 | 82 | if (!empty($requiredPropertiesNotPresent)) { |
83 | 83 | throw new InvalidSchemaAttributeException( |
84 | - 'Required properties are missing: ' . \implode(', ', $requiredPropertiesNotPresent) |
|
84 | + 'Required properties are missing: '.\implode(', ', $requiredPropertiesNotPresent) |
|
85 | 85 | ); |
86 | 86 | } |
87 | 87 |
@@ -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 | * |