From 17ccbeec3242b80f84fbf6b3acd58421ef003b02 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Sun, 14 Oct 2018 17:23:43 +0200 Subject: Trim trailing whitespace in *.phpt --- ext/reflection/tests/traits003.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ext/reflection/tests/traits003.phpt') diff --git a/ext/reflection/tests/traits003.phpt b/ext/reflection/tests/traits003.phpt index c569a8e723..7f87859908 100644 --- a/ext/reflection/tests/traits003.phpt +++ b/ext/reflection/tests/traits003.phpt @@ -7,11 +7,11 @@ abstract class foo { } trait bar { - + } final class baz { - + } $x = new ReflectionClass('foo'); -- cgit v1.2.1