mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2025-01-22 05:11:18 +01:00
Add necessary param
This commit is contained in:
parent
4e9db5048d
commit
b366176b65
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user