Add necessary param

This commit is contained in:
Matthew Brown 2019-03-11 11:56:59 -04:00 committed by GitHub
parent 4e9db5048d
commit b366176b65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,8 @@ class AppInterfaceProvider implements
string $method_name_lowercase,
array $call_args,
Context $context,
CodeLocation $code_location = null
CodeLocation $code_location = null,
array $template_type_parameters = null
) {
if ($statements_source) {
if ($method_name_lowercase === 'offsetget' || $method_name_lowercase === 'offsetset') {