Completed
Branch master (ef6e67)
by Philip
03:16 queued 39s
created
src/PBurggraf/BinaryUtilities/BinaryUtilities.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PBurggraf\BinaryUtilities;
6 6
 
Please login to merge, or discard this patch.
src/PBurggraf/BinaryUtilities/EndianType/AbstractEndianType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PBurggraf\BinaryUtilities\EndianType;
6 6
 
Please login to merge, or discard this patch.
src/PBurggraf/BinaryUtilities/DataType/AbstractDataType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PBurggraf\BinaryUtilities\DataType;
6 6
 
Please login to merge, or discard this patch.
src/PBurggraf/BinaryUtilities/DataType/Short.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PBurggraf\BinaryUtilities\DataType;
6 6
 
Please login to merge, or discard this patch.
src/PBurggraf/BinaryUtilities/DataType/Integer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PBurggraf\BinaryUtilities\DataType;
6 6
 
Please login to merge, or discard this patch.
src/PBurggraf/BinaryUtilities/DataType/Byte.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PBurggraf\BinaryUtilities\DataType;
6 6
 
Please login to merge, or discard this patch.
src/PBurggraf/BinaryUtilities/EndianType/BigEndian.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PBurggraf\BinaryUtilities\EndianType;
6 6
 
Please login to merge, or discard this patch.
src/PBurggraf/BinaryUtilities/EndianType/LittleEndian.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace PBurggraf\BinaryUtilities\EndianType;
6 6
 
Please login to merge, or discard this patch.