1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.2'

* PHP-8.2:
  Add support for validation of missing method synopses (#9491)
This commit is contained in:
Máté Kocsis
2022-09-07 17:41:10 +02:00
7 changed files with 72 additions and 13 deletions

View File

@@ -1,6 +1,9 @@
<?php
/** @generate-class-entries */
/**
* @generate-class-entries
* @undocumentable
*/
function test1(): void {}

View File

@@ -1,5 +1,5 @@
/* This is a generated file, edit the .stub.php file instead.
* Stub hash: efdd79c2c8ccff694699c86fdd6248a13839c744 */
* Stub hash: 54b0ffc3af871b189435266df516f7575c1b9675 */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_test1, 0, 0, IS_VOID, 0)
ZEND_END_ARG_INFO()