summaryrefslogtreecommitdiff
path: root/ext/reflection/tests/ReflectionParameter_001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/tests/ReflectionParameter_001.phpt')
-rw-r--r--ext/reflection/tests/ReflectionParameter_001.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/reflection/tests/ReflectionParameter_001.phpt b/ext/reflection/tests/ReflectionParameter_001.phpt
index dae3ac7235..71dc69ca4e 100644
--- a/ext/reflection/tests/ReflectionParameter_001.phpt
+++ b/ext/reflection/tests/ReflectionParameter_001.phpt
@@ -9,11 +9,11 @@ class ReflectTestClass {
public static function twoArgFunction($theIncrement, $anotherParam) {
return ++$theIncrement;
}
-
+
public function oneArgNonStatic($theParam) {
$theParam--;
}
-
+
public function noArgs() {
echo "No arg function\n";
}