Skip to content

Commit

Permalink
Use View contract instead implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
alies-dev committed Jan 22, 2023
1 parent 982571f commit f687a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handlers/Helpers/ViewHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Psalm\LaravelPlugin\Handlers\Helpers;

use Illuminate\Contracts\View\Factory;
use Illuminate\View\View;
use Illuminate\Contracts\View\View;
use Psalm\Plugin\EventHandler\Event\FunctionReturnTypeProviderEvent;
use Psalm\Plugin\EventHandler\FunctionReturnTypeProviderInterface;
use Psalm\Type;
Expand Down

0 comments on commit f687a4f

Please sign in to comment.