@@ -108,7 +108,6 @@ discard block |
||
108 | 108 | /** |
109 | 109 | * Show the form for editing the specified resource. |
110 | 110 | * |
111 | - * @param int $id |
|
112 | 111 | * @return \Illuminate\Http\Response |
113 | 112 | */ |
114 | 113 | public function edit($namespace, $project_path) |
@@ -127,8 +126,6 @@ discard block |
||
127 | 126 | /** |
128 | 127 | * Update the specified resource in storage. |
129 | 128 | * |
130 | - * @param \Illuminate\Http\Request $request |
|
131 | - * @param int $id |
|
132 | 129 | * @return \Illuminate\Http\Response |
133 | 130 | */ |
134 | 131 | public function update($namespace, $project_path) |
@@ -78,7 +78,6 @@ |
||
78 | 78 | /** |
79 | 79 | * Display the specified resource. |
80 | 80 | * |
81 | - * @param int $id |
|
82 | 81 | * @return \Illuminate\Http\Response |
83 | 82 | */ |
84 | 83 | public function show($namespace, $project, Issue $issue) |