Passed
Push — master ( 2eb561...334cb8 )
by Joël
08:06
created
src/helpers/gettext_helper.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -12,14 +12,14 @@
 block discarded – undo
12 12
  */
13 13
 
14 14
 if (!function_exists('__')) {
15
-   /**
16
-    * Search translation to simple expression
17
-    *
18
-    * @param  string $expression
19
-    * @param  string $domain
20
-    * @param  string $category
21
-    * @return string
22
-   */
15
+    /**
16
+     * Search translation to simple expression
17
+     *
18
+     * @param  string $expression
19
+     * @param  string $domain
20
+     * @param  string $category
21
+     * @return string
22
+     */
23 23
     function __($expression, $domain=null, $category=null)
24 24
     {
25 25
         if (!empty($domain)) {
Please login to merge, or discard this patch.