Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix phpstan v1.8.3 #1061

Merged
merged 8 commits into from
Sep 1, 2022
Merged

Fix phpstan v1.8.3 #1061

merged 8 commits into from
Sep 1, 2022

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Sep 1, 2022

No description provided.

@@ -44,10 +44,10 @@ class UserAction
/** @var string How this action interact with record */
public $modifier;

/** @var \Closure(object, mixed ...$args): mixed|string code to execute. By default will call entity method with same name */
/** @var \Closure|string code to execute. By default will call entity method with same name */
Copy link
Member Author

@mvorisek mvorisek Sep 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mvorisek mvorisek marked this pull request as ready for review September 1, 2022 17:49
@mvorisek mvorisek merged commit ca0251d into develop Sep 1, 2022
@mvorisek mvorisek deleted the fix_stan branch September 1, 2022 18:09
@mvorisek mvorisek mentioned this pull request Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant