Completed
Push — master ( ee2839...95eb94 )
by Michal
02:54
created
src/MoLoader.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
     /**
57 57
      * Returns the singleton Response object
58 58
      *
59
-     * @return Response object
59
+     * @return MoLoader object
60 60
      */
61 61
     public static function getInstance()
62 62
     {
Please login to merge, or discard this patch.
src/functions.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 use MoTranslator\MoLoader;
25 25
 
26 26
 if (!defined('LC_MESSAGES')) {
27
-  define('LC_MESSAGES',	5);
27
+    define('LC_MESSAGES',	5);
28 28
 }
29 29
 
30 30
 /**
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
 use MoTranslator\MoLoader;
25 25
 
26 26
 if (!defined('LC_MESSAGES')) {
27
-  define('LC_MESSAGES',	5);
27
+  define('LC_MESSAGES', 5);
28 28
 }
29 29
 
30 30
 /**
Please login to merge, or discard this patch.