Skip to content

Commit 6900319

Browse files
committed
Ignore phpstan warning
1 parent a4385d8 commit 6900319

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Entity/PackageRepository.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
class PackageRepository extends ServiceEntityRepository
2828
{
2929
private const LISTING_FIELDS = 'id, name, description, type, gitHubStars, frozen, language, abandoned, replacementPackage';
30+
// @phpstan-ignore classConstant.unused
3031
private const LISTING_WITH_AUTO_UPDATE_WARNINGS_FIELDS = 'id, name, description, type, gitHubStars, frozen, language, abandoned, replacementPackage, autoUpdated, repository';
3132

3233
public function __construct(ManagerRegistry $registry)

0 commit comments

Comments
 (0)