Completed
Push — master ( 911f66...7ec80a )
by John
02:15
created
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.
src/exceptions/WordManagerException.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.