We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cafec7c + c812ffd commit 1432ec6Copy full SHA for 1432ec6
src/Schema/Index.php
@@ -45,7 +45,7 @@ class Index extends AbstractNamedObject
45
/** @deprecated Use {@see getType()} and compare with {@see IndexType::UNIQUE} instead. */
46
protected bool $_isUnique = false;
47
48
- /** @deprecated Use {@see PrimaryKeyConstraint()} instead. */
+ /** @deprecated Use {@see PrimaryKeyConstraint} instead. */
49
protected bool $_isPrimary = false;
50
51
/**
@@ -311,7 +311,7 @@ public function isUnique(): bool
311
return $this->_isUnique;
312
}
313
314
315
public function isPrimary(): bool
316
{
317
Deprecation::triggerIfCalledFromOutside(
0 commit comments