Passed
Branch master (6e734b)
by Walter
01:47
created
src/Writer/AbstractWriter.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
  * portable-game-notation (https://github.com/chesszebra/portable-game-notation)
4 4
  *
Please login to merge, or discard this patch.
src/Writer/Stream.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
  * portable-game-notation (https://github.com/chesszebra/portable-game-notation)
4 4
  *
Please login to merge, or discard this patch.
src/Writer/WriterInterface.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
  * portable-game-notation (https://github.com/chesszebra/portable-game-notation)
4 4
  *
Please login to merge, or discard this patch.
src/Writer/StringWriter.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
  * portable-game-notation (https://github.com/chesszebra/portable-game-notation)
4 4
  *
Please login to merge, or discard this patch.
src/Token/TokenInterface.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
  * portable-game-notation (https://github.com/chesszebra/portable-game-notation)
4 4
  *
Please login to merge, or discard this patch.
src/Token/RecursiveAnnotationVariation.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
  * portable-game-notation (https://github.com/chesszebra/portable-game-notation)
4 4
  *
Please login to merge, or discard this patch.
src/Token/TokenIterator.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
  * portable-game-notation (https://github.com/chesszebra/portable-game-notation)
4 4
  *
Please login to merge, or discard this patch.
src/Token/NullMove.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
  * portable-game-notation (https://github.com/chesszebra/portable-game-notation)
4 4
  *
Please login to merge, or discard this patch.
src/Token/EndResult.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
  * portable-game-notation (https://github.com/chesszebra/portable-game-notation)
4 4
  *
Please login to merge, or discard this patch.