aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/php_iterator.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/php_iterator.i')
-rw-r--r--Examples/test-suite/php_iterator.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/php_iterator.i b/Examples/test-suite/php_iterator.i
index 43ab68b55..e0b82a5c4 100644
--- a/Examples/test-suite/php_iterator.i
+++ b/Examples/test-suite/php_iterator.i
@@ -1,7 +1,7 @@
/* php_iterator.i - PHP-specific testcase for wrapping to a PHP Iterator */
%module php_iterator
-%typemap("phpinterfaces") MyIterator "Iterator";
+%typemap("phpinterfaces") MyIterator "Iterator"
%inline %{