summaryrefslogtreecommitdiff
path: root/Lib/php
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2022-01-21 12:34:38 +1300
committerOlly Betts <olly@survex.com>2022-01-21 12:34:38 +1300
commitc197ed719a7805ad15e8c973e2488732025efb18 (patch)
tree978cab459463ba0548bc13683609da99ec0e70e1 /Lib/php
parentce4a9923ed123a054381edc7858c8a2379657076 (diff)
downloadswig-c197ed719a7805ad15e8c973e2488732025efb18.tar.gz
Fix unterminated comment in previous commit
I'm an idiot - I noticed I'd used a // comment after testing, but failed to retest after fixing that.
Diffstat (limited to 'Lib/php')
-rw-r--r--Lib/php/phprun.swg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/php/phprun.swg b/Lib/php/phprun.swg
index 005cf9eba..92657806f 100644
--- a/Lib/php/phprun.swg
+++ b/Lib/php/phprun.swg
@@ -96,7 +96,7 @@ static int default_error_code = E_ERROR;
static zend_class_entry SWIG_Php_swig_wrapped_interface_ce;
#if PHP_MAJOR_VERSION == 7
-/* The sense of parameter 3 of instanceof_function_ex() changed in PHP 7.4!
+/* The sense of parameter 3 of instanceof_function_ex() changed in PHP 7.4! */
# if PHP_MINOR <= 3
# define zend_class_implements_interface(C, I) instanceof_function_ex(C, I, 0)
# else