woocommerce / storefront

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

Add docblocks to hooks used in customizer class. #2038

Closed danielwrobert closed 2 years ago

danielwrobert commented 2 years 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.