From e09b8753208a4af3c72dc94aeaf98934631d2057 Mon Sep 17 00:00:00 2001 From: Andrew Berry Date: Tue, 3 Sep 2019 21:08:39 -0400 Subject: [PATCH] Remove deleted directory --- .php_cs.dist | 1 - 1 file changed, 1 deletion(-) diff --git a/.php_cs.dist b/.php_cs.dist index e68418f..c47abeb 100644 --- a/.php_cs.dist +++ b/.php_cs.dist @@ -15,6 +15,5 @@ return PhpCsFixer\Config::create() PhpCsFixer\Finder::create() ->in(__DIR__.'/src') ->in(__DIR__.'/tests/src') - ->in(__DIR__.'/command/src') ) ;