Completed
Push — master ( 26b7f9...bdc586 )
by John
01:51
created
src/exceptions/WordManagerException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,6 +30,6 @@
 block discarded – undo
30 30
      */
31 31
     public function errorMessage()
32 32
     {
33
-         return $this->message;
33
+            return $this->message;
34 34
     }
35 35
 }
Please login to merge, or discard this patch.
src/exceptions/WordRankManagerException.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,6 +28,6 @@
 block discarded – undo
28 28
      */
29 29
     public function errorMessage()
30 30
     {
31
-         return $this->message;
31
+            return $this->message;
32 32
     }
33 33
 }
Please login to merge, or discard this patch.