From f8d795820e780a6322e054c26c581570613c14f0 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 3 Feb 2020 22:52:20 +0100 Subject: Reindent phpt files --- ext/standard/tests/array/array_count_values_variation.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/standard/tests/array/array_count_values_variation.phpt') diff --git a/ext/standard/tests/array/array_count_values_variation.phpt b/ext/standard/tests/array/array_count_values_variation.phpt index 00f13c8a5b..2156db0ad9 100644 --- a/ext/standard/tests/array/array_count_values_variation.phpt +++ b/ext/standard/tests/array/array_count_values_variation.phpt @@ -15,9 +15,9 @@ Test array_count_values() function : Test all normal parameter variations echo "*** Testing array_count_values() : parameter variations ***\n"; class A { - static function hello() { - echo "Hello\n"; - } + static function hello() { + echo "Hello\n"; + } } $ob = new A(); -- cgit v1.2.1