vendor/bin/pint --test
Checking code style against config: pint.json
β app/Services/PaymentRefundService.php
β app/Jobs/ProcessRefund.php
β app/Jobs/NotifyRefundCompleted.php
β app/Http/Controllers/RefundController.php
β app/Models/RefundRequest.php
ββββββββββββββββββββββββββββββββββββ
5 files checked Β· 0 to fix Β· Style compliant
vendor/bin/phpstan analyse --level=6
------ --------------------------------------------------------
Line app/Services/PaymentRefundService.php
------ --------------------------------------------------------
187 Parameter $metadata of method Stripe\PaymentIntent::retrieve()
expects array<string,mixed>|null, mixed given. [phpstan-level-6]
------ --------------------------------------------------------
Line app/Jobs/ProcessRefund.php
------ --------------------------------------------------------
64 Property App\Jobs\ProcessRefund::$tries is never read,
only written. [phpstan-noop-property]
------ --------------------------------------------------------
[WARNING] Found 2 errors (non-blocking, documented in .phpstan-baseline.neon)
Baseline: 2 items registered Β· ambos pre-existentes o de bajo riesgo