Skip to content

Commit

Permalink
Constructor-Argument "options" has the same type as the associated pr…
Browse files Browse the repository at this point in the history
…operty. (doctrine#9501)
  • Loading branch information
rejinka committed Feb 13, 2022
1 parent 599832c commit 8f847cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Doctrine/ORM/Mapping/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ final class Index implements Annotation
public $options;

/**
* @param array<string>|null $columns
* @param array<string>|null $fields
* @param array<string>|null $flags
* @param array<string>|null $options
* @param array<string>|null $columns
* @param array<string>|null $fields
* @param array<string>|null $flags
* @param array<string,mixed>|null $options
*/
public function __construct(
?array $columns = null,
Expand Down

0 comments on commit 8f847cb

Please sign in to comment.