Skip to content

Commit f854529

Browse files
greg0irerela589n
authored andcommitted
Improve comment
This comment is rendered useless by the phpdoc comment below it. Instead, we can comment on what exactly "quoted" means.
1 parent ac1364d commit f854529

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/Mapping/ClassMetadata.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -400,13 +400,9 @@ class ClassMetadata implements PersistenceClassMetadata, Stringable
400400
public DiscriminatorColumnMapping|null $discriminatorColumn = null;
401401

402402
/**
403-
* READ-ONLY: The primary table definition. The definition is an array with the
404-
* following entries:
403+
* READ-ONLY: The primary table definition.
405404
*
406-
* name => <tableName>
407-
* schema => <schemaName>
408-
* indexes => array
409-
* uniqueConstraints => array
405+
* "quoted" indicates whether the table name is quoted (with backticks) or not
410406
*
411407
* @var mixed[]
412408
* @phpstan-var array{

0 commit comments

Comments
 (0)