Skip to content

Commit 434415e

Browse files
fix: Regenerate PHPStan baseline after Laravel 12 upgrade
- Baseline errors no longer matched after dependency updates - Regenerated with current PHPStan 2.x output (11 errors) - All errors properly baselined, PHPStan passes cleanly
1 parent b94900e commit 434415e

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

phpstan-baseline.neon

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ parameters:
1212
count: 1
1313
path: src/Interfaces/WalletOperations.php
1414

15+
-
16+
message: '#^Property HPWebdeveloper\\LaravelPayPocket\\Models\\Wallet\:\:\$createdLog \(HPWebdeveloper\\LaravelPayPocket\\Models\\WalletsLog\) does not accept Illuminate\\Database\\Eloquent\\Model\.$#'
17+
identifier: assign.propertyType
18+
count: 1
19+
path: src/Models/Wallet.php
20+
1521
-
1622
message: '#^Method HPWebdeveloper\\LaravelPayPocket\\Services\\PocketServices\:\:pay\(\) has invalid return type HPWebdeveloper\\LaravelPayPocket\\Services\\TKey\.$#'
1723
identifier: class.notFound
@@ -30,32 +36,32 @@ parameters:
3036
count: 1
3137
path: src/Services/PocketServices.php
3238

33-
-
34-
message: '#^Property HPWebdeveloper\\LaravelPayPocket\\Models\\Wallet\:\:\$createdLog \(HPWebdeveloper\\LaravelPayPocket\\Models\\WalletsLog\) does not accept Illuminate\\Database\\Eloquent\\Model\.$#'
35-
count: 1
36-
path: src/Traits/BalanceOperation.php
37-
3839
-
3940
message: '#^Trait HPWebdeveloper\\LaravelPayPocket\\Traits\\GetWallets is used zero times and is not analysed\.$#'
41+
identifier: trait.unused
4042
count: 1
4143
path: src/Traits/GetWallets.php
4244

4345
-
4446
message: '#^Trait HPWebdeveloper\\LaravelPayPocket\\Traits\\HandlesDeposit is used zero times and is not analysed\.$#'
47+
identifier: trait.unused
4548
count: 1
4649
path: src/Traits/HandlesDeposit.php
4750

4851
-
4952
message: '#^Trait HPWebdeveloper\\LaravelPayPocket\\Traits\\HandlesPayment is used zero times and is not analysed\.$#'
53+
identifier: trait.unused
5054
count: 1
5155
path: src/Traits/HandlesPayment.php
5256

5357
-
5458
message: '#^Trait HPWebdeveloper\\LaravelPayPocket\\Traits\\HasWallet is used zero times and is not analysed\.$#'
59+
identifier: trait.unused
5560
count: 1
5661
path: src/Traits/HasWallet.php
5762

5863
-
5964
message: '#^Trait HPWebdeveloper\\LaravelPayPocket\\Traits\\ManagesWallet is used zero times and is not analysed\.$#'
65+
identifier: trait.unused
6066
count: 1
6167
path: src/Traits/ManagesWallet.php

0 commit comments

Comments
 (0)