File tree 2 files changed +10
-0
lines changed
src/BigCommerce/Api/Catalog
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
33
33
private const BRAND_ENDPOINT = 'catalog/brands/%d ' ;
34
34
private const BRANDS_ENDPOINT = 'catalog/brands ' ;
35
35
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. " ;
36
37
public const FILTER_INCLUDE_FIELDS = 'include_fields ' ;
37
38
public const FILTER_EXCLUDE_FIELDS = 'exclude_fields ' ;
38
39
You can’t perform that action at this time.
0 commit comments