Test Setup Failed
Pull Request — master (#37)
by Abdelouahab
04:33
created
src/LearningLocker/Visualisations/VisualisationHandler.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     private $v2 = '/v2';
13 13
 
14 14
     protected $headers = [
15
-      'content-type' => 'application/json'
15
+        'content-type' => 'application/json'
16 16
     ];
17 17
 
18 18
     function __construct($id = null) {
Please login to merge, or discard this patch.
src/Commands/InstallCommand.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -484,7 +484,7 @@
 block discarded – undo
484 484
         if ($this->learning_locker_api->check()) {
485 485
             $this->info('Successfully connected to Learning Locker®');
486 486
         } else {
487
-           return $this->error(' << Could not connect to Learning Locker® ');
487
+            return $this->error(' << Could not connect to Learning Locker® ');
488 488
         }
489 489
 
490 490
     }
Please login to merge, or discard this patch.