We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1e920 commit af600c3Copy full SHA for af600c3
framework/widgets/ActiveForm.php
@@ -403,6 +403,9 @@ public function endField()
403
* as a model.
404
*
405
* @return array the error message array indexed by the attribute IDs.
406
+ *
407
+ * @phpstan-return array<string,array<string>>
408
+ * @psalm-return array<string,array<string>>
409
*/
410
public static function validate($model, $attributes = null)
411
{
0 commit comments