Commit 652e125
committed
Generate
If `JSON` is present in the actual string content, using `<<< JSON` as
the multiline string label is considered unsafe and rector will scream
about it (`SensitiveHereNowDocRector`)
Seeing as `EXTENDED_JSON` is not and probably will never be present in
the strings, use that for the heredoc/nowdoc to circumvent
`SensitiveHereNowDocRector`EXTENDED_JSON label in pipelines1 parent 1c53323 commit 652e125
7 files changed
Lines changed: 1267 additions & 1262 deletions
File tree
- generator/src
- tests/Builder
- Accumulator
- Expression
- Query
- Search
- Stage
- Update
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
194 | 199 | | |
195 | 200 | | |
196 | 201 | | |
| |||
0 commit comments