We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68fe77 commit 04855f3Copy full SHA for 04855f3
src/AbstractGeocoder.php
@@ -74,7 +74,7 @@ protected function getJSONByFopen($query)
74
/** @phpstan-ignore-next-line */
75
: (isset($http_response_header) ? $http_response_header : null);
76
77
- /** @phpstan-ignore function.alreadyNarrowedType */
+ /** @phpstan-ignore-next-line */
78
if (isset($response_headers) && is_array($response_headers)) {
79
$error_message = $response_headers[0];
80
if ($error = error_get_last()) {
0 commit comments