Completed
Push — master ( d627d1...90752c )
by Joel
01:58
created
ConfirmationBehavior.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -223,7 +223,7 @@
 block discarded – undo
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);
Please login to merge, or discard this patch.
ConfirmationRequestsController.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
Please login to merge, or discard this patch.