Fix PHP deprecated semicolon syntax in case statement#529
Fix PHP deprecated semicolon syntax in case statement#529
Conversation
Co-authored-by: rodica-andronache <3266155+rodica-andronache@users.noreply.github.com> Agent-Logs-Url: https://github.com/Codeinwp/woocommerce-product-addon/sessions/45ff45cb-9749-4ad4-b79d-a37b41511e74
|
@copilot change the PR to the development branch, instead of master |
The branch has been rebased on top of Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
|
@copilot close this PR, and create a new one, containing the same fix. However that PR should have the development branch as base, instead of master |
|
@rodica-andronache I've opened a new pull request, #531, to work on those changes. Once the pull request is ready, I'll request review from you. |
PHP 8.x deprecates using a semicolon (
;) instead of a colon (:) aftercaselabels. This triggers a visible deprecation notice on every page load after plugin installation.Change
classes/fields.class.phpline 528: Replace;with:in thecase 'paired-palettes'statementOriginal prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.