File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 4242
4343 - name : Run PHPStan
4444 run : vendor/bin/phpstan
45+
46+ - name : Run PHPUnit
47+ run : vendor/bin/phpunit
Original file line number Diff line number Diff line change 66use DateTimeImmutable ;
77use DateTimeInterface ;
88use Exception ;
9+ use Gared \EtherScan \Service \Scanner \Health \HealthResponseException ;
910use Gared \EtherScan \Service \ScannerServiceCallbackInterface ;
1011use GuzzleHttp \Exception \GuzzleException ;
1112use JsonException ;
@@ -107,7 +108,7 @@ public function onHealthResult(array $data): void
107108 $ this ->symfonyStyle ->error ('Health: ' . print_r ($ data , true ));
108109 }
109110
110- public function onHealthException (GuzzleException | JsonException $ e ): void
111+ public function onHealthException (HealthResponseException $ e ): void
111112 {
112113 $ this ->symfonyStyle ->error ($ e ->getMessage ());
113114 }
You can’t perform that action at this time.
0 commit comments