fixes
1 unresolved thread
1 unresolved thread
Closes #3484224
Merge request reports
Activity
11 11 12 12 /** 13 13 * {@inheritdoc} 14 * 15 * @return \Drupal\Core\Action\ActionInterface - Comment on lines -14 to -15
This is giving us less specific type info than we have before, which makes static analysis difficult. I would be in favour of removing this annotation and adding a native return type, but we'd need to be careful with BC. A trick we use internally is to use
@phpstan-return
to annotate the return type while not requiring a comment, but I don't think that's a pattern used in core (yet).
added 43 commits
-
ee9236a4...b5c5a2a3 - 41 commits from branch
project:11.x
- 891fb281 - fixes
- 7b7e03fc - update baseline
-
ee9236a4...b5c5a2a3 - 41 commits from branch
added 46 commits
-
7b7e03fc...38a6bcd7 - 44 commits from branch
project:11.x
- 85ccd64d - fixes
- c8151fd5 - update baseline
-
7b7e03fc...38a6bcd7 - 44 commits from branch
Please register or sign in to reply