woocommerce / storefront

Official theme for WooCommerce
https://wordpress.org/themes/storefront/
961 stars 472 forks source link

Add docblocks to hooks used in customizer class. #2038

Closed danielwrobert closed 1 year ago

danielwrobert commented 1 year ago

Summary

Committing was prevented if edits were made to the inc/customizer/class-storefront-customizer.php file because there were several hooks used in the file without docblocks.

Test plan

  1. In your Terminal application run ./vendor/bin/phpcs /Users/danielrobert/Projects/automattic/woo/woo-dev/wp-content/themes/storefront/inc/customizer/class-storefront-customizer.php.
  2. Confirm no errors are output.

Changelog

Fix – Add missing docblocks to theme's customizer class.