Skip to content

Commit

Permalink
Allow use without glue
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Aug 20, 2019
1 parent 32d5f0b commit 14584d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Psalm/Internal/CallMap.php
Expand Up @@ -5967,6 +5967,7 @@
'imap_utf8' => ['string', 'mime_encoded_text'=>'string'],
'imap_utf8_to_mutf7' => ['string|false', 'in'=>'string'],
'implode' => ['string', 'glue'=>'string', 'pieces'=>'array'],
'implode\'1' => ['string', 'pieces'=>'array'],
'import_request_variables' => ['bool', 'types'=>'string', 'prefix='=>'string'],
'in_array' => ['bool', 'needle'=>'mixed', 'haystack'=>'array', 'strict='=>'bool'],
'inclued_get_data' => ['array'],
Expand Down

0 comments on commit 14584d6

Please sign in to comment.