summaryrefslogtreecommitdiff
path: root/Zend/tests/bug30346.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug30346.phpt')
-rw-r--r--Zend/tests/bug30346.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug30346.phpt b/Zend/tests/bug30346.phpt
index 30f36fbde2..8db080f820 100644
--- a/Zend/tests/bug30346.phpt
+++ b/Zend/tests/bug30346.phpt
@@ -5,7 +5,7 @@ Bug #30346 (arrayAccess and using $this)
class Test implements ArrayAccess
{
- public function __construct() { }
+ public function __construct() { }
public function offsetExists( $offset ) { return false; }
public function offsetGet( $offset ) { return $offset; }
public function offsetSet( $offset, $data ) { }