Skip to content

Commit b2d7b1c

Browse files
author
Andreas Karlsson
committed
Add phpcbf fixes for coding standard
1 parent 3718bee commit b2d7b1c

28 files changed

Lines changed: 29 additions & 29 deletions

Test/Unit/Api/GuestTransactionManagementInterfaceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ protected function tearDown()
6161
$this->object = null;
6262
$this->objectManager = null;
6363
}
64-
}
64+
}

Test/Unit/Api/TransactionManagementInterfaceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ protected function tearDown()
6161
$this->object = null;
6262
$this->objectManager = null;
6363
}
64-
}
64+
}

Test/Unit/Block/Adminhtml/System/Config/Fieldset/GroupTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ protected function tearDown()
6666
$this->object = null;
6767
$this->objectManager = null;
6868
}
69-
}
69+
}

Test/Unit/Block/Adminhtml/System/Config/Fieldset/PaymentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ protected function tearDown()
6666
$this->object = null;
6767
$this->objectManager = null;
6868
}
69-
}
69+
}

Test/Unit/Block/Adminhtml/System/Config/Fieldset/ScriptTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ protected function tearDown()
6666
$this->object = null;
6767
$this->objectManager = null;
6868
}
69-
}
69+
}

Test/Unit/Block/CheckoutTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ protected function tearDown()
6666
$this->object = null;
6767
$this->objectManager = null;
6868
}
69-
}
69+
}

Test/Unit/Block/Info/HostedWindowTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ protected function tearDown()
6666
$this->object = null;
6767
$this->objectManager = null;
6868
}
69-
}
69+
}

Test/Unit/Block/RegistrationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ protected function tearDown()
6666
$this->object = null;
6767
$this->objectManager = null;
6868
}
69-
}
69+
}

Test/Unit/Controller/Checkout/ErrorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ protected function tearDown()
6666
$this->object = null;
6767
$this->objectManager = null;
6868
}
69-
}
69+
}

Test/Unit/Controller/Checkout/IndexTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ protected function tearDown()
6666
$this->object = null;
6767
$this->objectManager = null;
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)