You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve PHP 7.4 compatibility issues in upgrade wizard
- Replace non-capturing catch block with explicit exception variable
(non-capturing catch requires PHP 8.0+)
- Replace str_contains() with strpos() !== false
(str_contains() was introduced in PHP 8.0)
- Regenerate PHPStan baseline to include type specification warnings
for new upgrade wizard code
Fixes CI failures for PHP 7.4 in PR #327
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
message:"#^Method Netresearch\\\\RteCKEditorImage\\\\Updates\\\\ProcessedImageSrcUpgradeWizard\\:\\:isRelevantField\\(\\) has parameter \\$fieldConfig with no value type specified in iterable type array\\.$#"
message:"#^Method Netresearch\\\\RteCKEditorImage\\\\Updates\\\\ProcessedImageSrcUpgradeWizard\\:\\:processField\\(\\) has parameter \\$fieldConfig with no value type specified in iterable type array\\.$#"
message:"#^Method Netresearch\\\\RteCKEditorImage\\\\Updates\\\\ProcessedImageSrcUpgradeWizard\\:\\:processTableColumn\\(\\) has no return type specified\\.$#"
message:"#^Method Netresearch\\\\RteCKEditorImage\\\\Updates\\\\ProcessedImageSrcUpgradeWizard\\:\\:processTableColumn\\(\\) has parameter \\$tableConfig with no value type specified in iterable type array\\.$#"
message:"#^Method Netresearch\\\\RteCKEditorImage\\\\Updates\\\\ProcessedImageSrcUpgradeWizard\\:\\:updateRows\\(\\) has parameter \\$rows with no value type specified in iterable type array\\.$#"
0 commit comments