summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/006.phpt')
-rw-r--r--ext/reflection/tests/006.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/tests/006.phpt b/ext/reflection/tests/006.phpt
index 89c438765a..ab22f5c5c9 100644
--- a/ext/reflection/tests/006.phpt
+++ b/ext/reflection/tests/006.phpt
@@ -12,7 +12,7 @@ Class Test
static public $pub = 'pub';
static protected $pro = 'pro';
static private $pri = 'pri';
-
+
static function testing()
{
$ref = new ReflectionClass('Test');