Test Setup Failed
Push — master ( 0644c8...efe1b7 )
by Zhengchao
11:20 queued 08:50
created
src/Console/GeneratorCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     /**
48 48
      * Execute the console command.
49 49
      *
50
-     * @return bool|null
50
+     * @return false|null
51 51
      */
52 52
     public function handle()
53 53
     {
Please login to merge, or discard this patch.
src/FormRequest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -135,7 +135,7 @@
 block discarded – undo
135 135
      *
136 136
      * @param \Illuminate\Contracts\Validation\Validator $validator
137 137
      *
138
-     * @return array
138
+     * @return \Symfony\Component\HttpFoundation\Response|null
139 139
      */
140 140
     protected function formatErrors(Validator $validator)
141 141
     {
Please login to merge, or discard this patch.