Passed
Branch master (b77f02)
by Alessandro
03:26
created
src/Bitly.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -41,11 +41,11 @@
 block discarded – undo
41 41
 
42 42
     public function __construct($token=null)
43 43
     {
44
-       if ($token===null) {
45
-           throw new SineverbaException("Token cannot be empty");
46
-       }
44
+        if ($token===null) {
45
+            throw new SineverbaException("Token cannot be empty");
46
+        }
47 47
 
48
-       $this->setToken($token);
48
+        $this->setToken($token);
49 49
     }
50 50
 
51 51
     /**
Please login to merge, or discard this patch.