mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
minor #3834 Put example all on one line (edent)
This PR was merged into the 3.x branch.
Discussion
----------
Put example all on one line
Fixes #3833
Commits
-------
9bb05aca Put example all on one line
This commit is contained in:
+1
-2
@@ -26,8 +26,7 @@ You can also test if an array is not empty:
|
||||
|
||||
.. note::
|
||||
|
||||
If you want to test if the variable is defined, use ``if users is
|
||||
defined`` instead.
|
||||
If you want to test if the variable is defined, use ``if users is defined`` instead.
|
||||
|
||||
You can also use ``not`` to check for values that evaluate to ``false``:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user