summaryrefslogtreecommitdiff
path: root/Zend/tests/temporary_cleaning_007.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/temporary_cleaning_007.phpt')
-rw-r--r--Zend/tests/temporary_cleaning_007.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/temporary_cleaning_007.phpt b/Zend/tests/temporary_cleaning_007.phpt
index 0e29ed6c33..c84665981b 100644
--- a/Zend/tests/temporary_cleaning_007.phpt
+++ b/Zend/tests/temporary_cleaning_007.phpt
@@ -7,7 +7,7 @@ class saboteurTestController {
}
$controllers = array(new saboteurTestController(),new saboteurTestController());
-foreach ($controllers as $controller) {
+foreach ($controllers as $controller) {
try {
if ($controller->isConsistent()) {
return $controller;