Haehnchen / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
MIT License
573 stars 109 forks source link

Use Collections.singleton to avoid new HashSet creation #222

Closed martynassateika closed 5 years ago

martynassateika commented 5 years ago

Collections.singleton creates a more optimal, one-element Set instance.