Completed
Push — master ( 911f66...7ec80a )
by John
02:15
created
src/exceptions/WordRankManagerException.php 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -14,6 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      *  Capture thrown [errorMessage]
16 16
      *
17
+     * @param string $message
17 18
      * @return [string] [Return caught error]
18 19
      */
19 20
     public function __construct($message)
Please login to merge, or discard this 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 2 patches
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -14,6 +14,7 @@
 block discarded – undo
14 14
     /**
15 15
      *  Capture thrown [errorMessage]
16 16
      *
17
+     * @param string $message
17 18
      * @return [string] [Return caught error]
18 19
      */
19 20
     public function __construct($message)
Please login to merge, or discard this 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.