Skip to content

Commit

Permalink
[Bugfix] Fix typo in @param phpdoc (pimcore#17708)
Browse files Browse the repository at this point in the history
fix @param phpdoc
  • Loading branch information
dennzo authored Oct 10, 2024
1 parent 1d1c3e1 commit f0620ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ trait FieldDefinitionEnrichmentDataTrait
use FieldDefinitionEnrichmentModelTrait;

/**
* @params array<string, Data> $fields
* @param array<string, Data> $fields
*
* @return array<string, Data>
*/
Expand Down

0 comments on commit f0620ff

Please sign in to comment.