Commit 8f90cbb
committed
Config::processLongArgument(): fix storing of unknown arguments
These arguments should be stored in the `unknown` property. There is no `values` property.
Note: the read/write logic is to prevent a `Indirect modification of overloaded property PHP_CodeSniffer\Config::$unknown has no effect` PHP notice.1 parent 5ef2b66 commit 8f90cbb
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1219 | 1219 | | |
1220 | 1220 | | |
1221 | 1221 | | |
| 1222 | + | |
| 1223 | + | |
1222 | 1224 | | |
1223 | | - | |
| 1225 | + | |
1224 | 1226 | | |
1225 | | - | |
1226 | | - | |
1227 | | - | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
1228 | 1230 | | |
| 1231 | + | |
| 1232 | + | |
1229 | 1233 | | |
1230 | 1234 | | |
1231 | 1235 | | |
| |||
0 commit comments