phpstan / extension-installer

Composer plugin for automatic installation of PHPStan extensions.
MIT License
399 stars 27 forks source link

Optimize imports by importing used PHP internal functions and constant. #7

Closed niconoe- closed 5 years ago

niconoe- commented 5 years ago

When looking at this file, I found that only file_exists was imported while other PHP internal functions and constant were used. This PR purpose is to add the missing ones.

ondrejmirtes commented 5 years ago

Thank you.