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:
@@ -1172,7 +1172,7 @@ class FuncInfo {
|
||||
|
||||
/**
|
||||
* @param ArgInfo[] $args
|
||||
* @param AttributeInfo[] $attribute
|
||||
* @param AttributeInfo[] $attributes
|
||||
* @param FramelessFunctionInfo[] $framelessFunctionInfos
|
||||
*/
|
||||
public function __construct(
|
||||
|
||||
Reference in New Issue
Block a user