Skip to content

Commit a8a7b56

Browse files
committed
Test workflow
1 parent 01adba7 commit a8a7b56

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Php8StubsMap.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,6 @@ public function __construct(int $phpVersionId)
249249
'apache_get_version' => 'stubs/sapi/apache2handler/apache_get_version.php',
250250
'apache_getenv' => 'stubs/sapi/apache2handler/apache_getenv.php',
251251
'apache_lookup_uri' => 'stubs/sapi/apache2handler/apache_lookup_uri.php',
252-
'apache_note' => 'stubs/sapi/apache2handler/apache_note.php',
253252
'apache_request_headers' => 'stubs/sapi/cgi/apache_request_headers.php',
254253
'apache_response_headers' => 'stubs/sapi/cgi/apache_response_headers.php',
255254
'apache_setenv' => 'stubs/sapi/apache2handler/apache_setenv.php',
@@ -2770,4 +2769,4 @@ public function __construct(int $phpVersionId)
27702769
$this->functions = $functions;
27712770
}
27722771

2773-
}
2772+
}

0 commit comments

Comments
 (0)