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

Inline content deprecation #1212

Merged
merged 7 commits into from
Mar 7, 2025
Merged

Inline content deprecation #1212

merged 7 commits into from
Mar 7, 2025

Conversation

jaapio
Copy link
Member

@jaapio jaapio commented Mar 7, 2025

No description provided.

wouterj and others added 6 commits November 30, 2024 14:09
The `string $content` parameter is a legacy from before Markdown. It is
redundant and replaced by `array $children`.
We cannot fix these PHP deprecations, as these are happening in third
party code (and fixing them requires a major version bump of Flysystem).

PHPUnit 11 distinguishes direct and indirect deprecations, allowing us
to automatically ignore all indirect deprecations. However, this version
requires PHP 8.2, while this library still supports PHP 8.1.
@jaapio jaapio merged commit b1a365a into main Mar 7, 2025
49 checks passed
@jaapio jaapio deleted the inline-content-deprecation branch March 7, 2025 16:19
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