Passed
Push — master ( 9efe7c...a42e22 )
by Anton
35s
created
src/actions/Action.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
 
26 26
     /**
27 27
      * Links the relationships with primary model.
28
-     * @param $model ActiveRecordInterface
28
+     * @param BaseActiveRecord $model ActiveRecordInterface
29 29
      * @param array $data
30 30
      */
31 31
     protected function linkRelationships($model, array $data = [])
Please login to merge, or discard this patch.