From d3ae6dc102e71e91e1432f3c812dd3120b51a7a6 Mon Sep 17 00:00:00 2001 From: Manuel Thomsen Date: Mon, 27 Mar 2017 14:07:00 +0000 Subject: [PATCH] Apply fixes from StyleCI --- tests/ChannelTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/ChannelTest.php b/tests/ChannelTest.php index 7d5b92b..635c146 100644 --- a/tests/ChannelTest.php +++ b/tests/ChannelTest.php @@ -12,7 +12,8 @@ class ChannelTest extends TestCase { - public function tearDown() { + public function tearDown() + { Mockery::close(); }