Problem/Motivation
------ -----------------------------------------------------------------------
Line src/UriExtractor.php
------ -----------------------------------------------------------------------
41 No error with identifier method.unresolvableReturnType is reported on
line 41.
🪪 ignore.unmatchedIdentifier (non-ignorable)
------ -----------------------------------------------------------------------
------ -----------------------------------------------------------------------
Line src/UrlExtractor.php
------ -----------------------------------------------------------------------
56 No error with identifier method.unresolvableReturnType is reported on
line 56.
🪪 ignore.unmatchedIdentifier (non-ignorable)
------ -----------------------------------------------------------------------
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork twig_tweak-3585973
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
anybodyFix phpstan and phpunit (3.x + 4.x)
Comment #5
anybodyAlso see https://git.drupalcode.org/project/twig_tweak/-/merge_requests/86 and merge before, if it (partially) works
Comment #6
anybodyIf there's too much broken in 3.x that's already fixed in 4.x let's simply release 4.0.0.
Comment #8
anybodyNice, I was able to fix phpunit through cherry-picks in https://git.drupalcode.org/project/twig_tweak/-/merge_requests/86 for 3.x
Comment #9
anybodyComment #10
anybody@grevil let's not forget about this one before next release.
Comment #11
grevil commentedThese issues are already solved through #3585972: Move missing issue commits from 3.x to 4.x and clarify difference between 4.x and 3.x.