Skip to content

chore: optimize + add imports #174

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 6, 2021
Merged

chore: optimize + add imports #174

merged 2 commits into from
Jul 6, 2021

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Jul 6, 2021

I noticed that there are quite some unused imports, so I thought it would be a good idea to optimize them once in a while.

@@ -2,8 +2,6 @@

namespace Psalm\LaravelPlugin\Handlers\Application;

use Illuminate\Foundation\AliasLoader;
use Illuminate\Support\Facades\RateLimiter;
Copy link
Contributor Author

@caugner caugner Jul 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mr-feek When I noticed this unused import, I wondered if this line is/was causing #134. 🤔

@caugner caugner marked this pull request as draft July 6, 2021 21:15
@caugner caugner changed the title chore: optimize imports chore: optimize + add imports Jul 6, 2021
@caugner caugner marked this pull request as ready for review July 6, 2021 21:23
@mr-feek mr-feek added the chore label Jul 6, 2021
@mr-feek mr-feek merged commit be0c665 into psalm:master Jul 6, 2021
@mr-feek
Copy link
Collaborator

mr-feek commented Jul 6, 2021

Thanks for the help here! I've been lazy :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants