Completed
Push — master ( 904e9e...12cc86 )
by Dmitry
05:35
created
src/Job.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -8,6 +8,9 @@
 block discarded – undo
8 8
 {
9 9
     use Toolkit;
10 10
 
11
+    /**
12
+     * @param string $message
13
+     */
11 14
     protected function confirm($message)
12 15
     {
13 16
         $hash = md5($message);
Please login to merge, or discard this patch.