Skip to content

Commit

Permalink
chore: fix phpstan errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdavies committed Sep 27, 2024
1 parent 8255be4 commit 3a3fdcd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/services/Props.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

use craft\base\Component;
use craft\base\Element;
use illuminate\Support\Collection;
use Illuminate\Support\Collection;

use zaengle\conventions\models\RelaxedModel;

Expand All @@ -25,6 +25,8 @@ class Props extends Component
{
/**
* Update a context container with default props
*
* @param array|Element|RelaxedModel|Collection<string, mixed> $container
*/
public function defineProps(array|Element|RelaxedModel|Collection $container, array $props): void
{
Expand Down

0 comments on commit 3a3fdcd

Please sign in to comment.