Skip to content

Commit 38a0117

Browse files
committed
Fixed @var types
#11976
1 parent bbc36b1 commit 38a0117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/base/Element.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -1530,13 +1530,13 @@ private static function _indexOrderByColumns(string $sourceKey, string $attribut
15301530
private $_canonicalId;
15311531

15321532
/**
1533-
* @var static|null
1533+
* @var static|false|null
15341534
* @see getCanonical()
15351535
*/
15361536
private $_canonical;
15371537

15381538
/**
1539-
* @var static|null
1539+
* @var static|false|null
15401540
* @see getCanonical()
15411541
*/
15421542
private $_canonicalAnySite;

0 commit comments

Comments
 (0)