Skip to content

Commit

Permalink
Fix code style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jswift committed Mar 10, 2021
1 parent c206786 commit 90c5256
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace BigCommerce\ApiV3\Api\CustomTemplateAssociations;

use BigCommerce\ApiV3\Api\Generic\BatchUpdateResource;
Expand Down Expand Up @@ -62,7 +63,8 @@ public function delete(array $query): void
$this->multipleResourceUrl(),
[
RequestOptions::QUERY => $query
]);
]
);
}

public function deleteByIds(array $ids): void
Expand Down
2 changes: 1 addition & 1 deletion src/BigCommerce/Api/Generic/BatchUpdateResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ protected function batchUpdateResource(array $resources): array

return $responses;
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace BigCommerce\ApiV3\ResourceModels\CustomTemplateAssociation;

use BigCommerce\ApiV3\ResourceModels\ResourceModel;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace BigCommerce\ApiV3\ResponseModels\CustomTemplateAssociation;

use BigCommerce\ApiV3\ResponseModels\PaginatedBatchableResponse;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
use BigCommerce\ApiV3\ResourceModels\CustomTemplateAssociation\CustomTemplateAssociation;
use BigCommerce\Tests\BigCommerceApiTest;


class CustomTemplateAssociationsApiTest extends BigCommerceApiTest
{
public function testCanGetAssociations()
Expand Down

0 comments on commit 90c5256

Please sign in to comment.