Commit 756b9bb
committed
docs: fix ErrorHelpersTrait docblocks, sync with SmartString (twin rule)
Comments only, no code changes. The logDeprecation() docblock claimed the
@ suppressor still lets PHP's built-in error logging capture the notice -
verified false with a CLI probe: @ mutes default display and logging, and
only a custom set_error_handler receives the notices. Rewrote that docblock
in plain terms, same text in both repos. Also corrects the
getExternalCaller() return shape: line is int|string, not string.1 parent b5b398b commit 756b9bb
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
37 | | - | |
| 39 | + | |
38 | 40 | | |
39 | 41 | | |
40 | 42 | | |
| |||
0 commit comments