Skip to content

v4.0: dropping support for PHP < 8.0, and twig < 3.0#11

Merged
gnugat merged 9 commits intomainfrom
php-8-0
Jan 30, 2026
Merged

v4.0: dropping support for PHP < 8.0, and twig < 3.0#11
gnugat merged 9 commits intomainfrom
php-8-0

Conversation

@gnugat
Copy link
Copy Markdown
Member

@gnugat gnugat commented Jan 30, 2026

No description provided.

In Memio v3, ParameterTag no longer has a getType() method.
Instead, it exposes a public $type property that is already a Type object.

- Replace $element->getType() with $element->type->getName()
- Use $element->type->isObject() directly instead of creating a redundant Type instance
- Remove unused Type import
@gnugat gnugat marked this pull request as ready for review January 30, 2026 13:05
@gnugat gnugat merged commit 17ad9a4 into main Jan 30, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant