Skip to content

Commit

Permalink
Update ClassMetadataInfo::table definition
Browse files Browse the repository at this point in the history
Everything except the name key might be undefined when accessing to this public property, for instance in a LoadMetadataEvent
  • Loading branch information
pbourdet authored Apr 30, 2022
1 parent a9309d7 commit cd01d63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,10 +545,10 @@ class ClassMetadataInfo implements ClassMetadata
* @var mixed[]
* @psalm-var array{
* name: string,
* schema: string,
* indexes: array,
* uniqueConstraints: array,
* options: array<string, mixed>,
* schema?: string,
* indexes?: array,
* uniqueConstraints?: array,
* options?: array<string, mixed>,
* quoted?: bool
* }
*/
Expand Down

0 comments on commit cd01d63

Please sign in to comment.