Completed
Push — master ( 26b7f9...bdc586 )
by John
01:51
created
src/exceptions/WordManagerException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -16,6 +16,7 @@
 block discarded – undo
16 16
     /**
17 17
      *  Capture thrown error message
18 18
      *
19
+     * @param string $message
19 20
      * @return [string] [Return caught error]
20 21
      */
21 22
     public function __construct($message)
Please login to merge, or discard this patch.
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.