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

PHP 8.4 #294

Merged
merged 2 commits into from
Jan 10, 2025
Merged

PHP 8.4 #294

merged 2 commits into from
Jan 10, 2025

Conversation

jaydiablo
Copy link
Member

No description provided.

Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.60%. Comparing base (d06436d) to head (e3a2d4f).
Report is 10 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #294      +/-   ##
============================================
- Coverage     87.95%   87.60%   -0.36%     
  Complexity      197      197              
============================================
  Files            14       14              
  Lines           523      500      -23     
============================================
- Hits            460      438      -22     
+ Misses           63       62       -1     

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

@@ -116,7 +116,7 @@ class Zend_Log
*
* @param Zend_Log_Writer_Abstract|null $writer default writer
*/
public function __construct(Zend_Log_Writer_Abstract $writer = null)
public function __construct(Zend_Log_Writer_Abstract|null $writer = null)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PHPDoc line could be removed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I kept that one because of the "default writer" comment on the end.

@jaydiablo jaydiablo marked this pull request as ready for review January 10, 2025 19:05
@jaydiablo jaydiablo merged commit e0e9f37 into master Jan 10, 2025
13 of 14 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.

2 participants