Skip to content

Commit 1b47539

Browse files
committed
fix: Remove obsolete PHPStan ignore for HMAC_SHA256_OUTPUT_BYTES
Constant now properly defined in tests/TestConstants.php
1 parent 7549d5a commit 1b47539

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpstan.neon

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ parameters:
6767
-
6868
message: '#Parameter \#1 \$tenantId of method App\\Repositories\\PersonRepository::(findByEmail|findByPhone|createOrUpdate)\(\) expects int, mixed given#'
6969
path: tests/Feature/PersonTest.php
70-
-
71-
message: '#Constant HMAC_SHA256_OUTPUT_BYTES not found#'
72-
path: tests/Feature/PersonTest.php
7370

7471
# Laravel Eloquent BelongsTo covariance limitation - known PHPStan issue with template types
7572
-

0 commit comments

Comments
 (0)