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