Completed
Push — master ( 0bbe9d...7d945b )
by Aitor Riba
01:53
created
src/Builder/Exception.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -5,12 +5,12 @@
 block discarded – undo
5 5
 class Exception extends Translation
6 6
 {
7 7
 
8
-     /**
9
-      * This function do nothing, but it's neccesary to create an exception object
10
-      */
11
-     public function main()
12
-     {
8
+        /**
9
+         * This function do nothing, but it's neccesary to create an exception object
10
+         */
11
+        public function main()
12
+        {
13 13
 
14
-         return;
15
-     }
14
+            return;
15
+        }
16 16
 }
Please login to merge, or discard this patch.