File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
system/Commands/Generators/Views Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ public function show($id = null)
111
111
/**
112
112
* Present a view to present a new single resource object.
113
113
*
114
- * @return mixed
114
+ * @return ResponseInterface
115
115
*/
116
116
public function new()
117
117
{
@@ -122,7 +122,7 @@ public function new()
122
122
* Process the creation/insertion of a new resource object.
123
123
* This should be a POST.
124
124
*
125
- * @return mixed
125
+ * @return ResponseInterface
126
126
*/
127
127
public function create()
128
128
{
@@ -134,7 +134,7 @@ public function create()
134
134
*
135
135
* @param string|null $id
136
136
*
137
- * @return mixed
137
+ * @return ResponseInterface
138
138
*/
139
139
public function edit($id = null)
140
140
{
@@ -147,7 +147,7 @@ public function edit($id = null)
147
147
*
148
148
* @param string|null $id
149
149
*
150
- * @return mixed
150
+ * @return ResponseInterface
151
151
*/
152
152
public function update($id = null)
153
153
{
@@ -159,7 +159,7 @@ public function update($id = null)
159
159
*
160
160
* @param string|null $id
161
161
*
162
- * @return mixed
162
+ * @return ResponseInterface
163
163
*/
164
164
public function remove($id = null)
165
165
{
@@ -171,7 +171,7 @@ public function remove($id = null)
171
171
*
172
172
* @param string|null $id
173
173
*
174
- * @return mixed
174
+ * @return ResponseInterface
175
175
*/
176
176
public function delete($id = null)
177
177
{
You can’t perform that action at this time.
0 commit comments