Completed
Pull Request — master (#13)
by
unknown
04:40
created
src/LanguageMap.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/ConceptBundle.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/ConceptScheme.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/Item.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/Set.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/Concept.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/LanguageMapOfLists.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/PrettyJsonSerializable.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.