File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
src/BigCommerce/Api/Catalog Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" ?>
2+ <ruleset xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" name =" PHP_CodeSniffer" xsi : noNamespaceSchemaLocation =" phpcs.xsd" >
3+ <description >Coding standard configuration for the Bigcommerce V3 API Client.</description >
4+
5+ <file >src</file >
6+ <file >tests</file >
7+
8+ <rule ref =" PSR12" />
9+ </ruleset >
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ class BrandsApi extends ResourceApi
3333 private const BRAND_ENDPOINT = 'catalog/brands/%d ' ;
3434 private const BRANDS_ENDPOINT = 'catalog/brands ' ;
3535
36+ public const DO_NOT_MERGE = "this because it's only to test the new phpcs github action with annotations. This line is clearly too long. " ;
3637 public const FILTER_INCLUDE_FIELDS = 'include_fields ' ;
3738 public const FILTER_EXCLUDE_FIELDS = 'exclude_fields ' ;
3839
You can’t perform that action at this time.
0 commit comments