From 3aa22403c7d865049a735c51fadf60add498840e Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 4 Mar 2020 16:45:31 -0600 Subject: [PATCH] remove empty line from phpunit.xml (#5245) I'm not sure if there's a style rule for this, but it seems very out of place to be the only empty line in the whole file. --- phpunit.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/phpunit.xml b/phpunit.xml index 383f71ef..5cf0875e 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -7,7 +7,6 @@ ./tests/Unit - ./tests/Feature