File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -323,9 +323,9 @@ For example:
323323return [
324324 ...
325325 '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.
329329 ],
330330 ...
331331];
Original file line number Diff line number Diff line change 1212 | # Ignored PHP key prefixes.
1313 |--------------------------------------------------------------------------
1414 |
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.
1818 |
1919 */
2020 'ignored_key_prefixes ' => [],
You can’t perform that action at this time.
0 commit comments