mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
chore: skip array list
This commit is contained in:
@ -11,6 +11,11 @@ $array = [
|
||||
'camel' => true,
|
||||
'camelCase' => true,
|
||||
],
|
||||
'list' => [
|
||||
'abc',
|
||||
'def',
|
||||
'ghi',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
@ -11,6 +11,11 @@ $array = [
|
||||
'kebab' => true,
|
||||
'kebab-case' => true,
|
||||
],
|
||||
'list' => [
|
||||
'abc',
|
||||
'def',
|
||||
'ghi',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
@ -11,6 +11,11 @@ $array = [
|
||||
'snake' => true,
|
||||
'snake_case' => true,
|
||||
],
|
||||
'list' => [
|
||||
'abc',
|
||||
'def',
|
||||
'ghi',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
@ -11,6 +11,11 @@ $array = [
|
||||
'Studly' => true,
|
||||
'StudlyCase' => true,
|
||||
],
|
||||
'List' => [
|
||||
'abc',
|
||||
'def',
|
||||
'ghi',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user