Commit abd4bfc
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 103a84d commit abd4bfc
1 file changed
+8
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1232 | 1232 | | |
1233 | 1233 | | |
1234 | 1234 | | |
| 1235 | + | |
| 1236 | + | |
1235 | 1237 | | |
1236 | | - | |
| 1238 | + | |
1237 | 1239 | | |
1238 | | - | |
1239 | | - | |
1240 | | - | |
| 1240 | + | |
| 1241 | + | |
| 1242 | + | |
1241 | 1243 | | |
| 1244 | + | |
| 1245 | + | |
1242 | 1246 | | |
1243 | 1247 | | |
1244 | 1248 | | |
| |||
0 commit comments