Completed
Push — master ( 443b76...5b4ebc )
by Chris
02:45
created
tests/src/Messages/Device/Requests/GetInfoTest.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 DaveRandom\LibLifxLan\Tests\Messages\Device\Requests;
4 4
 
Please login to merge, or discard this patch.
tests/src/Messages/Device/Requests/GetLabelTest.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 DaveRandom\LibLifxLan\Tests\Messages\Device\Requests;
4 4
 
Please login to merge, or discard this patch.
tests/src/Messages/Device/Requests/GetPowerTest.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 DaveRandom\LibLifxLan\Tests\Messages\Device\Requests;
4 4
 
Please login to merge, or discard this patch.
tests/src/Messages/Device/Requests/GetWifiFirmwareTest.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 DaveRandom\LibLifxLan\Tests\Messages\Device\Requests;
4 4
 
Please login to merge, or discard this patch.
tests/src/Messages/Device/Requests/GetWifiInfoTest.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 DaveRandom\LibLifxLan\Tests\Messages\Device\Requests;
4 4
 
Please login to merge, or discard this patch.
tests/src/Messages/Device/Requests/GetGroupTest.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 DaveRandom\LibLifxLan\Tests\Messages\Device\Requests;
4 4
 
Please login to merge, or discard this patch.
tests/src/Messages/Device/Requests/GetVersionTest.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 DaveRandom\LibLifxLan\Tests\Messages\Device\Requests;
4 4
 
Please login to merge, or discard this patch.
tests/src/Messages/Device/Requests/GetServiceTest.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 DaveRandom\LibLifxLan\Tests\Messages\Device\Requests;
4 4
 
Please login to merge, or discard this patch.
tests/src/Messages/Device/Requests/EchoRequestTest.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 DaveRandom\LibLifxLan\Tests\Messages\Device\Requests;
4 4
 
Please login to merge, or discard this patch.