mirror of
https://github.com/danog/psalm.git
synced 2024-11-27 04:45:20 +01:00
Don’t lower-case resource when converting (#2063)
This commit is contained in:
parent
80d9b5dc29
commit
b4213a9035
@ -195,7 +195,6 @@ abstract class Type
|
||||
case 'false':
|
||||
case 'null':
|
||||
case 'mixed':
|
||||
case 'resource':
|
||||
return $type_string_lc;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user