From aa9127262fc6224b01e8c60cf675ceec71fd99c1 Mon Sep 17 00:00:00 2001 From: Clement Desmidt Date: Wed, 30 Jun 2021 15:46:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Update=20linebreak=20for=20PHPMD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2b00e25..4f42080 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,5 +11,5 @@ steps: image: php:7 commands: - vendor/bin/phpmd - - vendor/bin/phpcs --standard=PSR2 + - vendor/bin/phpcs --standard=PSR2 app - vendor/bin/phpcpd \ No newline at end of file