Completed
Pull Request — master (#1782)
by
unknown
03:55 queued 01:08
created
src/Form.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -278,7 +278,7 @@  discard block
 block discarded – undo
278 278
      *
279 279
      * @param $id
280 280
      *
281
-     * @return mixed
281
+     * @return boolean
282 282
      */
283 283
     public function destroy($id)
284 284
     {
@@ -319,7 +319,7 @@  discard block
 block discarded – undo
319 319
      *
320 320
      * @param null $inputData
321 321
      *
322
-     * @return \Illuminate\Http\RedirectResponse|\Illuminate\Routing\Redirector|\Illuminate\Http\JsonResponse
322
+     * @return Response
323 323
      */
324 324
     public function store($inputData = null)
325 325
     {
@@ -398,7 +398,7 @@  discard block
 block discarded – undo
398 398
      *
399 399
      * @param array $data
400 400
      *
401
-     * @return mixed
401
+     * @return Response|null
402 402
      */
403 403
     protected function prepare($data = [])
404 404
     {
@@ -870,7 +870,7 @@  discard block
 block discarded – undo
870 870
     /**
871 871
      * Set saved callback.
872 872
      *
873
-     * @param callable $callback
873
+     * @param Closure $callback
874 874
      *
875 875
      * @return void
876 876
      */
Please login to merge, or discard this patch.