Completed
Pull Request — master (#13)
by
unknown
04:40
created
src/DataType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace JSKOS;
4 4
 
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
                     if (is_array($value)) {
82 82
                         $class = 'JSKOS\\' . $type[1];
83 83
                         $value = new Set(
84
-                            array_map(function ($m) use ($class) {
84
+                            array_map(function($m) use ($class) {
85 85
                                 if (is_null($m)) {
86 86
                                     return null;
87 87
                                 }
Please login to merge, or discard this patch.
src/Mapping.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace JSKOS;
4 4
 
Please login to merge, or discard this patch.
src/Resource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace JSKOS;
4 4
 
Please login to merge, or discard this patch.
src/ConceptBundleTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace JSKOS;
4 4
 
Please login to merge, or discard this patch.
src/Concordance.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace JSKOS;
4 4
 
Please login to merge, or discard this patch.
src/LanguageMapOfStrings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace JSKOS;
4 4
 
Please login to merge, or discard this patch.
src/Registry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace JSKOS;
4 4
 
Please login to merge, or discard this patch.
src/AccessPoint.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace JSKOS;
4 4
 
Please login to merge, or discard this patch.
src/Constructor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@
 block discarded – undo
1
-<?php declare(strict_types = 1);
1
+<?php declare(strict_types=1);
2 2
 
3 3
 namespace JSKOS;
4 4
 
Please login to merge, or discard this patch.