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

Fixed PHP 8.4 deprecations #12

Merged
merged 1 commit into from
Dec 14, 2024
Merged

Fixed PHP 8.4 deprecations #12

merged 1 commit into from
Dec 14, 2024

Conversation

joeworkman
Copy link
Contributor

This fixes the following deprecation warnings with PHP 8.4

Deprecated: Webuni\FrontMatter\FrontMatter::__construct(): Implicitly marking parameter $processor as nullable is deprecated, the explicit nullable type must be used instead in /vendor/webuni/front-matter/src/FrontMatter.php on line 42

Deprecated: Webuni\FrontMatter\Twig\TwigCommentFrontMatter::create(): Implicitly marking parameter $processor as nullable is deprecated, the explicit nullable type must be used instead in /vendor/webuni/front-matter/src/Twig/TwigCommentFrontMatter.php on line 32

Deprecated: Webuni\FrontMatter\Pug\PugCommentFrontMatter::createWithEndComment(): Implicitly marking parameter $processor as nullable is deprecated, the explicit nullable type must be used instead in /vendor/webuni/front-matter/src/Pug/PugCommentFrontMatter.php on line 32

Deprecated: Webuni\FrontMatter\Pug\PugCommentFrontMatter::create(): Implicitly marking parameter $processor as nullable is deprecated, the explicit nullable type must be used instead in /webuni/front-matter/src/Pug/PugCommentFrontMatter.php on line 37

@hason hason merged commit b2eef00 into webuni:main Dec 14, 2024
20 of 53 checks passed
@hason
Copy link
Member

hason commented Dec 14, 2024

@joeworkman Thanks!

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.

2 participants