Passed
Branch master (fa11d8)
by Walter
02:14
created
Category
src/Splitter.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
  * pgn-splitter (https://github.com/chesszebra/pgn-splitter)
4 4
  *
Please login to merge, or discard this patch.
src/Exception/InvalidStreamException.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
  * pgn-splitter (https://github.com/chesszebra/pgn-splitter)
4 4
  *
Please login to merge, or discard this patch.