Skip to content

Commit

Permalink
Fixed @var types
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonkelly committed Sep 21, 2022
1 parent bbc36b1 commit 38a0117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/base/Element.php
Original file line number Diff line number Diff line change
Expand Up @@ -1530,13 +1530,13 @@ private static function _indexOrderByColumns(string $sourceKey, string $attribut
private $_canonicalId;

/**
* @var static|null
* @var static|false|null
* @see getCanonical()
*/
private $_canonical;

/**
* @var static|null
* @var static|false|null
* @see getCanonical()
*/
private $_canonicalAnySite;
Expand Down

0 comments on commit 38a0117

Please sign in to comment.