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 e5113baCopy full SHA for e5113ba
phpstan.neon
@@ -0,0 +1,6 @@
1
+parameters:
2
+ level: max
3
+ paths:
4
+ - src
5
+ - tests
6
+ reportUnmatchedIgnoredErrors: false
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