Completed
Branch master (3a8422)
by John
12:11
created
src/InvalidKeyException.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -7,6 +7,9 @@
 block discarded – undo
7 7
 
8 8
 class InvalidKeyException extends Exception implements InvalidArgumentException
9 9
 {
10
+    /**
11
+     * @param string $message
12
+     */
10 13
     function __construct($message = null, $code = 0, Exception $previous = null)
11 14
     {
12 15
         $message = $message ?? "Cache keys must be a string and container at least one character and not contain any of the characters '{}()/@:'";
Please login to merge, or discard this patch.