Completed
Push — dev ( 7529c4...0154aa )
by Zach
03:54
created
src/Http/Controllers/PageImageController.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -31,7 +31,6 @@  discard block
 block discarded – undo
31 31
      * Show images for project.
32 32
      *
33 33
      * @param \Illuminate\Http\Request $request Request from user.
34
-     * @param string                   $page    Slug of page to show.
35 34
      *
36 35
      * @return \Illuminate\Http\Response
37 36
      */
@@ -46,7 +45,6 @@  discard block
 block discarded – undo
46 45
      * Add a new page image.
47 46
      *
48 47
      * @param \Illuminate\Http\Request $request Form request.
49
-     * @param string                   $page    Slug of page to add image to.
50 48
      */
51 49
     public function store(Request $request, $slug)
52 50
     {
Please login to merge, or discard this patch.