Completed
Push — master ( b877df...b3f08b )
by Christopher
01:17
created
src/Controllers/PostController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     /**
49 49
      * Store a newly created resource in storage.
50 50
      *
51
-     * @param  \App\Http\Requests\ValidatePostRequest  $request
51
+     * @param  ValidatePostRequest  $request
52 52
      * @return \Illuminate\Http\Response
53 53
      */
54 54
     public function store(ValidatePostRequest $request)
@@ -104,7 +104,7 @@  discard block
 block discarded – undo
104 104
     /**
105 105
      * Update the specified resource in storage.
106 106
      *
107
-     * @param  \App\Http\Requests\ValidatePostRequest  $request
107
+     * @param  ValidatePostRequest  $request
108 108
      * @param  \Chriscreates\Blog\Post  $post
109 109
      * @return \Illuminate\Http\Response
110 110
      */
Please login to merge, or discard this patch.