rtCamp / theme-elementary

A starter theme that facilitates a quick headstart for developing new block-based themes along with a bunch of developer-friendly features.
GNU General Public License v2.0
27 stars 6 forks source link

Fixed the PHPCS issues for WP 6.6 #478

Closed mchirag2002 closed 4 months ago

mchirag2002 commented 4 months ago

Description

This PR addresses the PHPCS issues which were present in the code after the updation to WordPress 6.6. Following the coding standards followed in the organization, this PR also adds exception for a PHPCS sniff for the usage of shorthand array syntax.

Technical Details

Checklist

Fixes/Covers issue

Fixes #468