Skip to content

Commit

Permalink
Fixed MatrixBlockQuery::ownerId() docs
Browse files Browse the repository at this point in the history
Resolves #15197
[ci skip]
  • Loading branch information
brandonkelly committed Jun 14, 2024
1 parent 80b4400 commit 891a474
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/elements/db/MatrixBlockQuery.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,7 @@ public function primaryOwner(ElementInterface $primaryOwner): self
* | Value | Fetches Matrix blocks…
* | - | -
* | `1` | created for an element with an ID of 1.
* | `'not 1'` | not created for an element with an ID of 1.
* | `[1, 2]` | created for an element with an ID of 1 or 2.
* | `['not', 1, 2]` | not created for an element with an ID of 1 or 2.
*
* ---
*
Expand Down

0 comments on commit 891a474

Please sign in to comment.