Skip to content

Commit

Permalink
PHPStan: ignores line
Browse files Browse the repository at this point in the history
  • Loading branch information
charjr committed Dec 15, 2022
1 parent f1bae40 commit 8398b7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Http/Response.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

class Response extends \Illuminate\Http\Response
{
/** @param mixed[] $headers */
public function __construct(
mixed $content = '',
int $status = 200,
Expand Down
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@

class ServiceProvider extends \Illuminate\Support\ServiceProvider
{

public function boot(): void
{
$this->publishes([
/** @phpstan-ignore-next-line */ // Cannot
__DIR__ . '/../config/membrane.php' => config_path('membrane.php'),
]);
}
Expand Down

0 comments on commit 8398b7a

Please sign in to comment.