We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7faa87e commit feb23c6Copy full SHA for feb23c6
docs/usage/helpers.md
@@ -25,7 +25,7 @@ Alternatively, you can pass the output as a second parameter:
25
```php
26
@isfalse($variable)
27
Goodbye World
28
-@endistrue
+@endisfalse
29
```
30
31
Alternatively, you can pass the output as a second parameter:
@@ -57,7 +57,7 @@ Alternatively, you can pass the output as a second parameter:
57
58
@isnotnull($variable)
59
There is something here.
60
-@endisnull
+@endisnotnull
61
62
63
0 commit comments