Completed
Push — master ( b1752b...53e537 )
by John
03:18
created
src/WordRankManager.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Created by PhpStorm.
4
- * User: johnkariuki
5
- * Date: 21/01/2016
6
- * Time: 22:26.
7
- */
3
+     * Created by PhpStorm.
4
+     * User: johnkariuki
5
+     * Date: 21/01/2016
6
+     * Time: 22:26.
7
+     */
8 8
 namespace John\Cp;
9 9
 
10 10
 use John\Exceptions\UrbanWordException;
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.
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.