Test Setup Failed
Push — master ( de0009...86898a )
by John
05:05
created
app/Http/Controllers/VirtualJudge/PTA/PTA.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         $this->sub['verdict']="System Error";
68 68
         return;
69 69
 
70
-        $validator = Validator::make($this->post_data, [
70
+        $validator=Validator::make($this->post_data, [
71 71
             'pid' => 'required|integer',
72 72
             'cid' => 'required|integer',
73 73
             'coid' => 'required|integer',
Please login to merge, or discard this patch.