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

[skip ci] Fix typo in PHPDoc: corrected $attribute to $attributes to (#17774)

This commit is contained in:
nzsys
2025-02-13 00:26:23 +09:00
committed by GitHub
parent 5acff0e61d
commit 48866b760f

View File

@@ -1172,7 +1172,7 @@ class FuncInfo {
/**
* @param ArgInfo[] $args
* @param AttributeInfo[] $attribute
* @param AttributeInfo[] $attributes
* @param FramelessFunctionInfo[] $framelessFunctionInfos
*/
public function __construct(