From 9c144e0d8217d1ef7a83c2498214308b21af749f Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Sun, 16 Sep 2018 14:16:42 -0300 Subject: Trim trailing whitespace in tests --- ext/reflection/tests/bug39001.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/reflection/tests/bug39001.phpt') diff --git a/ext/reflection/tests/bug39001.phpt b/ext/reflection/tests/bug39001.phpt index 79d2d8352e..ec4b7a5d1b 100644 --- a/ext/reflection/tests/bug39001.phpt +++ b/ext/reflection/tests/bug39001.phpt @@ -21,7 +21,7 @@ var_dump($r->getProperty('protectedVar')->getDeclaringClass()->getName()); echo "Done\n"; ?> ---EXPECT-- +--EXPECT-- string(7) "CParent" string(7) "CParent" Done -- cgit v1.2.1