Skip to content

Commit 04855f3

Browse files
committed
adds PHPStan config
1 parent d68fe77 commit 04855f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbstractGeocoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected function getJSONByFopen($query)
7474
/** @phpstan-ignore-next-line */
7575
: (isset($http_response_header) ? $http_response_header : null);
7676

77-
/** @phpstan-ignore function.alreadyNarrowedType */
77+
/** @phpstan-ignore-next-line */
7878
if (isset($response_headers) && is_array($response_headers)) {
7979
$error_message = $response_headers[0];
8080
if ($error = error_get_last()) {

0 commit comments

Comments
 (0)