Skip to content

Commit

Permalink
Remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed Apr 25, 2024
1 parent dfe4ba3 commit 15fcbe9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/OpenApi/Service/OpenApiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@

final class OpenApiService implements OpenApiServiceInterface

Check notice on line 22 in src/OpenApi/Service/OpenApiService.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Class can be 'readonly'

Class can be 'readonly'

Check notice on line 22 in src/OpenApi/Service/OpenApiService.php

View workflow job for this annotation

GitHub Actions / Qodana for PHP

Class can be 'readonly'

Class can be 'readonly'
{
private const PATH_PREFIX = __DIR__ . '/../../../../';

public function __construct(private readonly array $openApiScanPaths = [])
{
}
Expand Down

0 comments on commit 15fcbe9

Please sign in to comment.