From 33344520a35a374619f4f8d97ec3eb30c3b17229 Mon Sep 17 00:00:00 2001 From: Dan Ungureanu Date: Wed, 15 Jul 2015 19:53:46 +0300 Subject: Fixed a few of Scrutinizer's issue. Signed-off-by: Dan Ungureanu --- test/libraries/PMA_Linter_Test.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/libraries/PMA_Linter_Test.php b/test/libraries/PMA_Linter_Test.php index 7a5b60df2e..56667170a5 100644 --- a/test/libraries/PMA_Linter_Test.php +++ b/test/libraries/PMA_Linter_Test.php @@ -126,7 +126,8 @@ class PMA_Linter_Test extends PHPUnit_Framework_TestCase * * @return void */ - public function testLongQuery() { + public function testLongQuery() + { $this->expectOutputString( json_encode( array( -- cgit v1.2.3