Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Jan 28, 2024
1 parent cd490aa commit b407db5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/IdeHelperServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@

class IdeHelperServiceProvider extends ServiceProvider implements DeferrableProvider
{
protected function test()
{
echo $a;

Check failure on line 14 in src/IdeHelperServiceProvider.php

View workflow job for this annotation

GitHub Actions / phpstan (8.3, stable)

Undefined variable: $a
}

public function register(): void
{
/** @var \Illuminate\Contracts\Config\Repository $config */
Expand Down

0 comments on commit b407db5

Please sign in to comment.