Compare commits

..

No commits in common. "master" and "v5.3.0" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
namespace metagen_php; namespace metagen_php;
use Exception; use Exception;
function flt_bhl_ref($val, $name, $data, $str_args) function flt_bhl_ref($val, $name, $struct, $str_args)
{ {
if(!$val) if(!$val)
return $val; return $val;