From 5dd94e2852d331aa3d7979de594c94ec4ed07127 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 1 Jun 2018 19:44:58 +0100 Subject: [PATCH] Remove blank line --- tests/Unit/FilterTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Unit/FilterTest.php b/tests/Unit/FilterTest.php index 63ee0a8..f3cc066 100644 --- a/tests/Unit/FilterTest.php +++ b/tests/Unit/FilterTest.php @@ -58,7 +58,6 @@ class FilterTest extends TestCase ['from' => ['foo@example.com', 'bar@example.com']], $this->filter->from(['foo@example.com', 'bar@example.com'])->toArray() ); - } /**