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
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.
Confirm no errors are output.
Changelog
Fix – Add missing docblocks to theme's customizer class.
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
./vendor/bin/phpcs /Users/danielrobert/Projects/automattic/woo/woo-dev/wp-content/themes/storefront/inc/customizer/class-storefront-customizer.php
.Changelog