Skip to content

Commit ee3f81f

Browse files
committed
MQE-2729: [PHP 8] Investigate and fix code related to changes in implode()
- add 'match' as reserved word to static tests
1 parent bbd90dc commit ee3f81f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/static/Magento/Sniffs/NamingConventions/ReservedWordsSniff.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class ReservedWordsSniff implements Sniff
3232
'object' => '7',
3333
'mixed' => '7',
3434
'numeric' => '7',
35+
'match' => '8',
3536
];
3637

3738
/**

0 commit comments

Comments
 (0)