Test Setup Failed
Branch master (6ec315)
by Phil™
04:55
created
src/Commands/InstallCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -307,7 +307,7 @@
 block discarded – undo
307 307
         if ($this->learning_locker_api->check()) {
308 308
             $this->info('Successfully connected to Learning Locker®');
309 309
         } else {
310
-           return $this->error(' << Could not connect to Learning Locker® ');
310
+            return $this->error(' << Could not connect to Learning Locker® ');
311 311
         }
312 312
 
313 313
     }
Please login to merge, or discard this patch.
src/xAPI.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,7 @@
 block discarded – undo
133 133
      */
134 134
     public function store()
135 135
     {
136
-       $this->send = $this->send(
136
+        $this->send = $this->send(
137 137
             $this->actor,
138 138
             $this->verb,
139 139
             $this->object,
Please login to merge, or discard this patch.