You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was squashed before being merged into the 7.3 branch.
Discussion
----------
[Config] Add `ifFalse()`
| Q | A
| ------------- | ---
| Branch? | 7.3
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Issues | --
| License | MIT
Spottet while working on
* php-llm/llm-chain-bundle#55
It is much easier to use like IMHO:
```php
->ifTrue(fn ($v) => false === $v)
```
Commits
-------
b85beb6 [Config] Add `ifFalse()`
0 commit comments