From 7af945e271d042a4991c9510f78b6ff7ac43ac34 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 14 Oct 2018 15:37:22 +0200 Subject: Trim trailing whitespace in *.phpt --- ext/reflection/tests/002.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/reflection/tests/002.phpt') diff --git a/ext/reflection/tests/002.phpt b/ext/reflection/tests/002.phpt index 833fed4aa5..80b1fae115 100644 --- a/ext/reflection/tests/002.phpt +++ b/ext/reflection/tests/002.phpt @@ -6,7 +6,7 @@ Reflection properties are read only class ReflectionMethodEx extends ReflectionMethod { public $foo = "xyz"; - + function __construct($c,$m) { echo __METHOD__ . "\n"; -- cgit v1.2.1