Commit 058de76
committed
minor #72 chore: remove occurrences of
This PR was merged into the main branch.
Discussion
----------
chore: remove occurrences of `empty()`
| Q | A
| ------------- | ---
| Bug fix? | no
| New feature? |no
| Docs? | no
| Issues |
| License | MIT
Cherry picking php-llm/llm-chain#374
Commits
-------
c0d688f chore: use [] checks instead of count with zero on array
fb3d1a8 chore: use isset instead of bool cast on $_ENV
14c448c chore: remove occurrences of `empty()` (#374)empty() (alexandre-daubois, chr-hertel)File tree
3 files changed
+3
-3
lines changed- src/Toolbox
- ToolFactory
- Tool
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments