From 138865bbde25bb6193930c98e30c33913d19e367 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Tue, 11 Jan 2022 12:36:17 +0100 Subject: Install code QA helpers, enforce PSR2 Installs phpcs, phpmd, parallel-lint, phpstan. --- tests/GuzzleHarness.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/GuzzleHarness.php') diff --git a/tests/GuzzleHarness.php b/tests/GuzzleHarness.php index 443235d..7273ba8 100644 --- a/tests/GuzzleHarness.php +++ b/tests/GuzzleHarness.php @@ -16,5 +16,4 @@ class GuzzleHarness extends TestCase 'timeout' => 1, ]); } - -} \ No newline at end of file +} -- cgit v1.2.1