Skip to content

Commit

Permalink
Fixes static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Aug 8, 2023
1 parent 5b425b8 commit 75f3985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VoltServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ protected function registerTestingMacros(): void
$component = FragmentMap::get($component);
}

return $this->assertSeeLivewire($component);
return $this->assertSeeLivewire($component); // @phpstan-ignore-line
});
}
}

0 comments on commit 75f3985

Please sign in to comment.