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 01adba7 commit a8a7b56Copy full SHA for a8a7b56
Php8StubsMap.php
@@ -249,7 +249,6 @@ public function __construct(int $phpVersionId)
249
'apache_get_version' => 'stubs/sapi/apache2handler/apache_get_version.php',
250
'apache_getenv' => 'stubs/sapi/apache2handler/apache_getenv.php',
251
'apache_lookup_uri' => 'stubs/sapi/apache2handler/apache_lookup_uri.php',
252
- 'apache_note' => 'stubs/sapi/apache2handler/apache_note.php',
253
'apache_request_headers' => 'stubs/sapi/cgi/apache_request_headers.php',
254
'apache_response_headers' => 'stubs/sapi/cgi/apache_response_headers.php',
255
'apache_setenv' => 'stubs/sapi/apache2handler/apache_setenv.php',
@@ -2770,4 +2769,4 @@ public function __construct(int $phpVersionId)
2770
2769
$this->functions = $functions;
2771
}
2772
2773
-}
+}
0 commit comments