[php] Fix typemap indentation (cosmetic)

This commit is contained in:
Olly Betts 2019-02-10 13:51:51 +13:00
commit 60eccff4b7

View file

@ -149,8 +149,8 @@
if (SWIG_ConvertPtr(&$input, (void **) &$1, 0, 0) < 0) {
/* Allow NULL from php for void* */
if (Z_ISNULL($input)) $1=0;
else
SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $&1_descriptor");
else
SWIG_PHP_Error(E_ERROR, "Type error in argument $argnum of $symname. Expected $1_descriptor");
}
%}