Passed
Branch master (d28503)
by Kirill
32:55
created
src/Reflection/Validation/Definitions/DirectiveDefinitionValidator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@  discard block
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\SDL\Reflection\Validation\Definitions;
11 11
 
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
         foreach ($locations as $location) {
42 42
             $isValidLocation = $this->isSDLLocation($location) || $this->isQueryLocation($location);
43 43
 
44
-            if (! $isValidLocation) {
44
+            if (!$isValidLocation) {
45 45
                 $error = \vsprintf('Trying to define directive %s, but %s location is invalid', [
46 46
                     $definition,
47 47
                     $location,
Please login to merge, or discard this patch.
src/Reflection/Validation/Uniqueness.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@  discard block
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\SDL\Reflection\Validation;
11 11
 
@@ -31,7 +31,7 @@  discard block
 block discarded – undo
31 31
      */
32 32
     protected function getDefaultMatcher(): \Closure
33 33
     {
34
-        return function (Uniqueness\UniquenessValidator $validator, $container, $item): bool {
34
+        return function(Uniqueness\UniquenessValidator $validator, $container, $item): bool {
35 35
             return $validator->match($container, $item);
36 36
         };
37 37
     }
Please login to merge, or discard this patch.
src/Exceptions/BuildingException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\SDL\Exceptions;
11 11
 
Please login to merge, or discard this patch.
src/Exceptions/TypeException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\SDL\Exceptions;
11 11
 
Please login to merge, or discard this patch.
src/Exceptions/InitializationException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\SDL\Exceptions;
11 11
 
Please login to merge, or discard this patch.
src/Exceptions/UnexpectedTokenException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\SDL\Exceptions;
11 11
 
Please login to merge, or discard this patch.
src/Exceptions/UnrecognizedTokenException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\SDL\Exceptions;
11 11
 
Please login to merge, or discard this patch.
src/Exceptions/SchemaException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\SDL\Exceptions;
11 11
 
Please login to merge, or discard this patch.
src/Exceptions/TypeConflictException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
  * For the full copyright and license information, please view the LICENSE
6 6
  * file that was distributed with this source code.
7 7
  */
8
-declare(strict_types=1);
8
+declare(strict_types = 1);
9 9
 
10 10
 namespace Railt\SDL\Exceptions;
11 11
 
Please login to merge, or discard this patch.