Skip to content

Commit 1a61194

Browse files
committed
chore: remove ignore lines where phpztan now works as expected
1 parent 2640250 commit 1a61194

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

src/AuthHandler/AuthHandlerFactory.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public static function build($cache = null, array $cacheConfig = [])
3434
if (defined('\GuzzleHttp\ClientInterface::MAJOR_VERSION')) {
3535
$guzzleVersion = ClientInterface::MAJOR_VERSION;
3636
} elseif (defined('\GuzzleHttp\ClientInterface::VERSION')) {
37-
// @phpstan-ignore-next-line
3837
$guzzleVersion = (int) substr(ClientInterface::VERSION, 0, 1);
3938
}
4039

src/Client.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,6 @@ protected function createDefaultHttpClient()
11851185
if (defined('\GuzzleHttp\ClientInterface::MAJOR_VERSION')) {
11861186
$guzzleVersion = ClientInterface::MAJOR_VERSION;
11871187
} elseif (defined('\GuzzleHttp\ClientInterface::VERSION')) {
1188-
// @phpstan-ignore-next-line
11891188
$guzzleVersion = (int)substr(ClientInterface::VERSION, 0, 1);
11901189
}
11911190

0 commit comments

Comments
 (0)