summaryrefslogtreecommitdiff
path: root/ext/intl/tests/bug62915.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/intl/tests/bug62915.phpt')
-rw-r--r--ext/intl/tests/bug62915.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/intl/tests/bug62915.phpt b/ext/intl/tests/bug62915.phpt
index e541d72d63..2277cde9d5 100644
--- a/ext/intl/tests/bug62915.phpt
+++ b/ext/intl/tests/bug62915.phpt
@@ -9,7 +9,7 @@ if (!extension_loaded('intl'))
class foo extends IntlTimeZone {
public $foo = 'test';
-
+
public function __construct() { }
}