mirror of
https://github.com/pestphp/pest.git
synced 2026-04-25 00:17:29 +02:00
chore: skip array list
This commit is contained in:
@ -11,6 +11,11 @@ $array = [
|
||||
'snake' => true,
|
||||
'snake_case' => true,
|
||||
],
|
||||
'list' => [
|
||||
'abc',
|
||||
'def',
|
||||
'ghi',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user