Skip to content

Commit

Permalink
46867 - fix naming issue flagged by psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickmaynard committed Apr 23, 2023
1 parent 6aac53f commit b63c15b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ public function isReadable(object|array $data, FormInterface $form): bool
return null !== $form->getPropertyPath();
}

public function isWritable(object|array $data, FormInterface $form): bool
public function isWritable(object|array $viewData, FormInterface $form): bool
{
return null !== $form->getPropertyPath();
}
Expand Down

0 comments on commit b63c15b

Please sign in to comment.