We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d8d70 commit 732dfebCopy full SHA for 732dfeb
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Category/Save/SaveCategoryTest.php
@@ -51,7 +51,7 @@ protected function setUp(): void
51
*/
52
protected function tearDown(): void
53
{
54
- if(!empty($this->createdCategoryId)) {
+ if (!empty($this->createdCategoryId)) {
55
try {
56
$this->categoryRepository->deleteByIdentifier($this->createdCategoryId);
57
} catch (NoSuchEntityException $e) {
0 commit comments