Commit 70b2147
committed
fix: add PHPDoc blocks to execute helpers, tighten test assertion
Add PHPDoc to syslog_execute_ticket_command() and
syslog_execute_alert_command() to match the documentation convention
used by surrounding helpers.
Narrow the test assertion from a broad substring that matched the
function definition to the full call signature with trailing semicolon,
so the check correctly detects missing call sites.
Signed-off-by: Thomas Vincent <thomasvincent@gmail.com>1 parent 62f54cf commit 70b2147
2 files changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1081 | 1081 | | |
1082 | 1082 | | |
1083 | 1083 | | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
1084 | 1093 | | |
1085 | 1094 | | |
1086 | 1095 | | |
| |||
1108 | 1117 | | |
1109 | 1118 | | |
1110 | 1119 | | |
| 1120 | + | |
| 1121 | + | |
| 1122 | + | |
| 1123 | + | |
| 1124 | + | |
| 1125 | + | |
| 1126 | + | |
| 1127 | + | |
| 1128 | + | |
1111 | 1129 | | |
1112 | 1130 | | |
1113 | 1131 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments