Skip to content

Commit

Permalink
Update documentation expression-builder.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
raziel057 authored Apr 3, 2024
1 parent 4e105bb commit 843d58a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/en/expression-builder.rst
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,16 @@ isNull
$collection->matching(new Criteria($expression));
isNotNull
------

.. code-block:: php
$expressionBuilder = Criteria::expr();
$expression = $expressionBuilder->isNotNull('foo');
$collection->matching(new Criteria($expression));
in
---

Expand Down

0 comments on commit 843d58a

Please sign in to comment.