Passed
Push — master ( fc6d9e...c0886a )
by Chris
02:49
created
src/Exceptions/InvalidValueException.php 1 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 1 patch
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.