Test Failed
Push — master ( 87f3d8...70e291 )
by Joel
02:42
created
ConfirmationBehavior.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -232,7 +232,7 @@
 block discarded – undo
232 232
 
233 233
     /**
234 234
      * Business logic around displaying an appropriate feedback message to the user regbarding the change.
235
-     * @param $model
235
+     * @param ConfirmationRequest $model
236 236
      */
237 237
     protected function displayMessage($model) {
238 238
         Yii::$app->session->setFlash('warning', 'Your update is pending confirmation.  Please check your email for a confirmation link.');
Please login to merge, or discard this patch.