1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00

Don’t lower-case resource when converting (#2063)

This commit is contained in:
Matthew Brown 2019-08-25 13:02:58 -04:00 committed by GitHub
parent 80d9b5dc29
commit b4213a9035
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,7 +195,6 @@ abstract class Type
case 'false':
case 'null':
case 'mixed':
case 'resource':
return $type_string_lc;
}