Completed
Push — master ( bcb82e...80085e )
by vijay
07:39
created
resources/views/themes/default1/installer/helpdesk/view4.blade.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -43,6 +43,10 @@
 block discarded – undo
43 43
 class TestResult {
44 44
     var $message;
45 45
     var $status;
46
+
47
+    /**
48
+     * @param string $status
49
+     */
46 50
     function __construct($message, $status = STATUS_OK) {
47 51
         $this->message = $message;
48 52
         $this->status = $status;
Please login to merge, or discard this patch.