Completed
Push — develop ( f03bf3...36b331 )
by
unknown
07:21
created
module/Core/src/Core/Form/View/Helper/FormEditorLight.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * YAWIK
4
- *
5
- * @filesource
6
- * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de)
7
- * @license   MIT
8
- * @author    [email protected]
9
- */
3
+     * YAWIK
4
+     *
5
+     * @filesource
6
+     * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de)
7
+     * @license   MIT
8
+     * @author    [email protected]
9
+     */
10 10
 
11 11
 namespace Core\Form\View\Helper;
12 12
 
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
         $options='';
31 31
         if (in_array($this->language,['de','fr','it','es'])) {
32 32
             $options='language: "'.$this->language.'",'.
33
-                     'language_url: "'. $this->languagePath . $this->language.'.js",';
33
+                        'language_url: "'. $this->languagePath . $this->language.'.js",';
34 34
         }
35 35
         return $options;
36 36
     }
@@ -44,11 +44,11 @@  discard block
 block discarded – undo
44 44
         $this->language=$language;
45 45
     }
46 46
     
47
-     /**
48
-     * Sets the language path for tinyMCE language files
49
-     *
50
-     * @param $languagePath
51
-     */
47
+        /**
48
+         * Sets the language path for tinyMCE language files
49
+         *
50
+         * @param $languagePath
51
+         */
52 52
     public function setLanguagePath($languagePath) {
53 53
         $this->languagePath=$languagePath;
54 54
     }
Please login to merge, or discard this patch.