Completed
Push — master ( 99fe23...c01d37 )
by Abdelouahab
04:24
created
src/LaravelH5p/Http/Controllers/H5pController.php 1 patch
Indentation   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -99,8 +99,8 @@
 block discarded – undo
99 99
                     throw new H5PException('No such library');
100 100
                 }
101 101
                 //old
102
-               // $content['params'] = $request->get('parameters');
103
-               // $params = json_decode($content['params']);
102
+                // $content['params'] = $request->get('parameters');
103
+                // $params = json_decode($content['params']);
104 104
                 
105 105
                 
106 106
                 //new
Please login to merge, or discard this patch.
src/LaravelH5p/Repositories/LaravelH5pRepository.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -41,9 +41,9 @@
 block discarded – undo
41 41
 
42 42
 
43 43
 
44
-     public function loadAddons(){}
45
-     public function getLibraryConfig($libraries = NULL){}
46
-     public function libraryHasUpgrade($library){}
44
+        public function loadAddons(){}
45
+        public function getLibraryConfig($libraries = NULL){}
46
+        public function libraryHasUpgrade($library){}
47 47
 
48 48
     /**
49 49
      * Implements setErrorMessage.
Please login to merge, or discard this patch.
src/LaravelH5p/Storages/LaravelH5pStorage.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -38,11 +38,11 @@
 block discarded – undo
38 38
     }
39 39
 
40 40
 
41
- public function hasPresave($libraryName, $developmentPath = null){
41
+    public function hasPresave($libraryName, $developmentPath = null){
42 42
 
43
- }
43
+    }
44 44
 
45
-   public function getUpgradeScript($machineName, $majorVersion, $minorVersion){}
45
+    public function getUpgradeScript($machineName, $majorVersion, $minorVersion){}
46 46
 
47 47
     /**
48 48
      * Store the library folder.
Please login to merge, or discard this patch.
src/LaravelH5p/Storages/EditorStorage.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
         $h5p->alter_assets($files, $libraries, 'editor');
32 32
     }
33 33
 
34
-     public function getAvailableLanguages($machineName, $majorVersion, $minorVersion){}
34
+        public function getAvailableLanguages($machineName, $majorVersion, $minorVersion){}
35 35
 
36 36
     public function getLanguage($machineName, $majorVersion, $minorVersion, $language)
37 37
     {
Please login to merge, or discard this patch.