Skip to content

Commit

Permalink
fixed type in phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
brainfoolong committed Apr 5, 2024
1 parent 5ef51ed commit 7061704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appdata/modules/Framelix/src/Utils/PhpDocParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public static function parseVariableDescriptions(string $phpDocComment, string $
/**
* Parse doc comment into array
* @param string $phpDocComment
* @return array{description : string[], annotations:array{array{type:string, value: string[]}}
* @return array{description : string[], annotations:array{array{type:string, value: string[]}}}
*/
public static function parse(string $phpDocComment): array
{
Expand Down

0 comments on commit 7061704

Please sign in to comment.