From 0073d63464c1b18061685e8401e33f619666d7ea Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 21 Sep 2018 09:42:33 +0200 Subject: [PATCH] Fix phpcs --- test/phpunit/LoanTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/test/phpunit/LoanTest.php b/test/phpunit/LoanTest.php index 8341f788edea9..d54c810049d41 100644 --- a/test/phpunit/LoanTest.php +++ b/test/phpunit/LoanTest.php @@ -214,5 +214,4 @@ public function testLoanDelete($id) $this->assertLessThan($result, 0); return $result; } - }