File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -323,9 +323,9 @@ For example:
323
323
return [
324
324
...
325
325
'ignored_key_prefixes' => [
326
- 'auth ', // ignore the whole auth .php file.
327
- 'auth.guards ', // ignore the "guards " subtree in auth .php file.
328
- 'subfolder/more', // ignore the whole subfolder/more.php file.
326
+ 'validation ', // ignore the whole validation .php file.
327
+ 'validation.custom ', // ignore the "custom " subtree in validation .php file.
328
+ 'subfolder/more', // ignore the whole subfolder/more.php file.
329
329
],
330
330
...
331
331
];
Original file line number Diff line number Diff line change 12
12
| # Ignored PHP key prefixes.
13
13
|--------------------------------------------------------------------------
14
14
|
15
- | Ex: * 'auth ': ignore the whole auth .php file.
16
- | * 'auth.guards ': ignore the "guards " subtree in auth .php file.
17
- | * 'subfolder/more': ignore the whole subfolder/more.php file.
15
+ | Ex: * 'validation ': ignore the whole validation .php file.
16
+ | * 'validation.custom ': ignore the "custom " subtree in validation .php file.
17
+ | * 'subfolder/more': ignore the whole subfolder/more.php file.
18
18
|
19
19
*/
20
20
'ignored_key_prefixes ' => [],
You can’t perform that action at this time.
0 commit comments