File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
src/Standards/Squiz/Tests/ControlStructures Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -305,6 +305,9 @@ $r = match ($x) {
305305
306306$ r = match ($ x ){1 => 1 };
307307
308+ // Reset property.
309+ // @codingStandardsChangeSetting Squiz.ControlStructures.ControlSignature requiredSpacesBeforeColon 1
310+
308311// Intentional parse error. This should be the last test in the file.
309312foreach
310313 // Some unrelated comment.
Original file line number Diff line number Diff line change @@ -309,6 +309,9 @@ $r = match ($x) {
309309$r = match ($x) {
3103101 => 1};
311311
312+ // Reset property.
313+ // @codingStandardsChangeSetting Squiz.ControlStructures.ControlSignature requiredSpacesBeforeColon 1
314+
312315// Intentional parse error. This should be the last test in the file.
313316foreach
314317 // Some unrelated comment.
You can’t perform that action at this time.
0 commit comments