@@ -223,7 +223,7 @@ |
||
223 | 223 | |
224 | 224 | /** |
225 | 225 | * Adds a flash message to the interface stating the change has been held over pending confirmation. |
226 | - * @param $model |
|
226 | + * @param ConfirmationRequest $model |
|
227 | 227 | */ |
228 | 228 | public function createFeedbackMessage($model){ |
229 | 229 | $this->displayMessage($model); |
@@ -34,7 +34,6 @@ discard block |
||
34 | 34 | |
35 | 35 | /** |
36 | 36 | * Releases a single change as stored in the ConfirmationRequest model. |
37 | - * @param integer $id |
|
38 | 37 | * @return mixed |
39 | 38 | */ |
40 | 39 | public function actionRelease($release_token) |
@@ -71,7 +70,6 @@ discard block |
||
71 | 70 | /** |
72 | 71 | * Finds the ConfirmationRequest model based on its primary key value. |
73 | 72 | * If the model is not found, a 404 HTTP exception will be thrown. |
74 | - * @param integer $id |
|
75 | 73 | * @return ConfirmationRequest the loaded model |
76 | 74 | * @throws NotFoundHttpException if the model cannot be found |
77 | 75 | */ |