Completed
Push — master ( 99440d...816aa4 )
by Chris
03:23 queued 10s
created
src/Exceptions/InvalidValueException.php 2 patches
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\Exceptions;
4 4
 
Please login to merge, or discard this patch.
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,4 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use DaveRandom\LibLifxLan\Exception;
6 6
 
7
-final class InvalidValueException extends Exception { }
7
+final class InvalidValueException extends Exception
8
+{
9
+}
Please login to merge, or discard this patch.
src/Enum.php 2 patches
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,5 +67,7 @@
 block discarded – undo
67 67
         return self::getClassConstants(static::class);
68 68
     }
69 69
 
70
-    final protected function __construct() { }
70
+    final protected function __construct()
71
+    {
72
+}
71 73
 }
Please login to merge, or discard this 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;
4 4
 
Please login to merge, or discard this patch.
src/DataTypes/Version.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\DataTypes;
4 4
 
Please login to merge, or discard this patch.
src/DataTypes/Light/HsbkColor.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\DataTypes\Light;
4 4
 
Please login to merge, or discard this patch.
src/Messages/Device/Responses/StateLocation.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\Messages\Device\Responses;
4 4
 
Please login to merge, or discard this patch.
src/Messages/Device/Responses/StateWifiInfo.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\Messages\Device\Responses;
4 4
 
Please login to merge, or discard this patch.
src/Messages/Device/Responses/StateHostInfo.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\Messages\Device\Responses;
4 4
 
Please login to merge, or discard this patch.
src/Messages/Device/Responses/StatePower.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\Messages\Device\Responses;
4 4
 
Please login to merge, or discard this patch.
src/Messages/Device/Responses/StateWifiFirmware.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\Messages\Device\Responses;
4 4
 
Please login to merge, or discard this patch.