Skip to content

Fix/php81 nullable deprecations#398

Merged
armanist merged 2 commits into
quantum-php:masterfrom
Wiltzsu:fix/php81-nullable-deprecations
Jan 13, 2026
Merged

Fix/php81 nullable deprecations#398
armanist merged 2 commits into
quantum-php:masterfrom
Wiltzsu:fix/php81-nullable-deprecations

Conversation

@Wiltzsu

@Wiltzsu Wiltzsu commented Jan 12, 2026

Copy link
Copy Markdown
Collaborator

Fix: PHP 8.1+ implicit nullable parameter deprecations

Adds explicit nullable type hints (?type) to prevent PHP 8.1+
deprecation warnings.

Fixed in:

  • Console/QtCommand (getArgument, getOption)
  • Debugger/Debugger
  • Database layer (DbalInterface, Criteria, IdiormPatch, Schemas, TableTrait)
  • Paginator/PaginatorInterface
  • JWT/JwtToken
  • HttpClient (header/cookie methods)
  • Archive adapters (Phar, Zip)

@codecov

codecov Bot commented Jan 12, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 95.65217% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 80.72%. Comparing base (6c8296f) to head (fb03a39).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
...Libraries/Database/Adapters/Idiorm/IdiormPatch.php 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master     #398   +/-   ##
=========================================
  Coverage     80.72%   80.72%           
  Complexity     2467     2467           
=========================================
  Files           229      229           
  Lines          6543     6543           
=========================================
  Hits           5282     5282           
  Misses         1261     1261           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@armanist armanist self-requested a review January 13, 2026 07:12
@armanist armanist merged commit 0da12d1 into quantum-php:master Jan 13, 2026
6 checks passed
@Wiltzsu

Wiltzsu commented Feb 9, 2026

Copy link
Copy Markdown
Collaborator Author

Hey @armanist

I wanted to let you know I’ll be less active for a while due to work and personal projects. I really like contributing here and plan to return when I have more time. Thanks for maintaining this project.

William

@armanist

Copy link
Copy Markdown
Collaborator

I wanted to let you know I’ll be less active for a while due to work and personal projects. I really like contributing here and plan to return when I have more time. Thanks for maintaining this project.

William

Hey William! Totally get it, work and personal projects come first.
We really appreciate everything you’ve contributed here, and we’ll be happy to see you back whenever you can.
Best of luck!

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