Skip to content

Commit

Permalink
Change constant type to be more forgiving
Browse files Browse the repository at this point in the history
  • Loading branch information
muglug committed Jan 14, 2020
1 parent de7a870 commit df8f208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psalm/Internal/CallMap.php
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@
'connection_aborted' => ['int'],
'connection_status' => ['int'],
'connection_timeout' => ['int'],
'constant' => ['scalar|array<scalar>|null', 'const_name'=>'string'],
'constant' => ['mixed', 'const_name'=>'string'],
'convert_cyr_string' => ['string', 'str'=>'string', 'from'=>'string', 'to'=>'string'],
'convert_uudecode' => ['string', 'data'=>'string'],
'convert_uuencode' => ['string', 'data'=>'string'],
Expand Down

0 comments on commit df8f208

Please sign in to comment.