Completed
Push — master ( b558b3...f15bb1 )
by Jakob
01:19
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/Container.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
 
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
 
170 170
     public function jsonLDSerialize(string $context = self::DEFAULT_CONTEXT, bool $types = null)
171 171
     {
172
-        $set = array_map(function ($m) use ($types) {
172
+        $set = array_map(function($m) use ($types) {
173 173
             return is_object($m) ? $m->jsonLDSerialize('', $types) : $m;
174 174
         }, $this->members);
175 175
 
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.