Passed
Push — master ( da4da2...955b82 )
by Nate
04:34
created
src/TypeAdapterFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * Distributed under the MIT License (http://opensource.org/licenses/MIT)
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 namespace Tebru\Gson;
9 9
 
10 10
 use Tebru\Gson\Internal\TypeAdapterProvider;
Please login to merge, or discard this patch.
src/ClassMetadata.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * Distributed under the MIT License (http://opensource.org/licenses/MIT)
5 5
  */
6 6
 
7
-declare(strict_types=1);namespace Tebru\Gson;
7
+declare(strict_types = 1); namespace Tebru\Gson;
8 8
 
9 9
 use Tebru\Gson\Internal\Data\AnnotationSet;
10 10
 
Please login to merge, or discard this patch.
src/JsonSerializer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * Distributed under the MIT License (http://opensource.org/licenses/MIT)
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 namespace Tebru\Gson;
9 9
 
10 10
 use Tebru\Gson\Element\JsonElement;
Please login to merge, or discard this patch.
src/Internal/Naming/SnakePropertyNamingStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * Distributed under the MIT License (http://opensource.org/licenses/MIT)
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 namespace Tebru\Gson\Internal\Naming;
9 9
 
10 10
 use Tebru\Gson\PropertyNamingStrategy;
Please login to merge, or discard this patch.
src/Internal/Naming/PropertyNamer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * Distributed under the MIT License (http://opensource.org/licenses/MIT)
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 namespace Tebru\Gson\Internal\Naming;
9 9
 
10 10
 use Tebru\Gson\Annotation\SerializedName;
Please login to merge, or discard this patch.
src/Internal/Naming/UpperCaseMethodNamingStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * Distributed under the MIT License (http://opensource.org/licenses/MIT)
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 namespace Tebru\Gson\Internal\Naming;
9 9
 
10 10
 use Tebru\Gson\MethodNamingStrategy;
Please login to merge, or discard this patch.
src/Internal/JsonScope.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * Distributed under the MIT License (http://opensource.org/licenses/MIT)
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 namespace Tebru\Gson\Internal;
9 9
 
10 10
 /**
Please login to merge, or discard this patch.
src/Internal/JsonElementWriter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * Distributed under the MIT License (http://opensource.org/licenses/MIT)
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 namespace Tebru\Gson\Internal;
9 9
 
10 10
 use JsonSerializable;
Please login to merge, or discard this patch.
src/Internal/ConstructorConstructor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  * Distributed under the MIT License (http://opensource.org/licenses/MIT)
5 5
  */
6 6
 
7
-declare(strict_types=1);
7
+declare(strict_types = 1);
8 8
 namespace Tebru\Gson\Internal;
9 9
 
10 10
 use Tebru\Gson\InstanceCreator;
Please login to merge, or discard this patch.