Skip to content
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

fix: add missing illuminate/* dependencies #177

Merged
merged 1 commit into from
Jul 9, 2021
Merged

fix: add missing illuminate/* dependencies #177

merged 1 commit into from
Jul 9, 2021

Conversation

caugner
Copy link
Contributor

@caugner caugner commented Jul 7, 2021

Extracted from #168:

  1. illuminate/config is used here:
    use Illuminate\Config\Repository;
  2. illuminate/events is used here:
    $factory = new Factory($resolver, $finder, new \Illuminate\Events\Dispatcher());
  3. illuminate/routing is used here:
    use Illuminate\Routing\Redirector;
  4. illuminate/view is used here:
    use Illuminate\View\Engines\EngineResolver;
    use Illuminate\View\Engines\PhpEngine;
    use Illuminate\View\Factory;
    use Illuminate\View\FileViewFinder;

@mr-feek mr-feek added the chore label Jul 9, 2021
@mr-feek
Copy link
Collaborator

mr-feek commented Jul 9, 2021

thanks!

@mr-feek mr-feek merged commit 8c7f8b7 into psalm:master Jul 9, 2021
@caugner caugner deleted the add-missing-illuminate-dependencies branch July 9, 2021 18:10
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.

None yet

2 participants