Test Setup Failed
Pull Request — master (#37)
by Abdelouahab
04:33
created
src/LearningLocker/Roles/RoleHandler.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/LearningLocker/Users/UserHandler.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/LearningLocker/JourneyProgress/JourneyProgressHandler.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/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.