From 01b3509d94436de0e9d84d0e0a371c99a5237264 Mon Sep 17 00:00:00 2001 From: osaid Date: Sat, 7 Jan 2017 16:37:17 +0530 Subject: [PATCH] remove tabs Signed-off-by: osaid --- test/PMATestCase.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/PMATestCase.php b/test/PMATestCase.php index e4a690725b..2d170cce9f 100644 --- a/test/PMATestCase.php +++ b/test/PMATestCase.php @@ -8,8 +8,8 @@ class PMATestCase extends PHPUnit_Framework_TestCase { - public $restoreInstance; - public $attrInstance; + public $restoreInstance; + public $attrInstance; /** * This method is called before the first test of this test class is run. */