Skip to content

Commit

Permalink
Merge pull request #283 from lptn/master
Browse files Browse the repository at this point in the history
Use View contract instead implementation
  • Loading branch information
lptn authored Jan 22, 2023
2 parents 66e8433 + f687a4f commit 294c30f
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 294c30f

Please sign in to comment.