Passed
Push — master ( 487089...443b76 )
by Chris
03:30
created
examples/01_set_all_lights_to_green.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
 // This example does exactly what is described on the example packet page
4 4
 // https://lan.developer.lifx.com/docs/building-a-lifx-packet
Please login to merge, or discard this patch.
tests/src/Messages/UnknownMessageTest.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\Test\Messages;
4 4
 
Please login to merge, or discard this patch.
tests/src/Messages/Device/Responses/EchoResponseTest.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\Responses;
4 4
 
Please login to merge, or discard this patch.
tests/src/Messages/Device/Responses/AcknowledgementTest.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\Responses;
4 4
 
Please login to merge, or discard this patch.
tests/src/Messages/Device/Requests/GetLocationTest.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/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/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/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.