From a514ed6139aa9a1e4f2a66d3b02a62d935fd4274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= Date: Mon, 15 Oct 2018 17:57:32 +0200 Subject: [PATCH] Fix the setting name for whitelisting files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e8c5675..cb920d15 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ return [ 'prefix' => null, // string|null 'finders' => [], // Finder[] 'patchers' => [], // callable[] - 'whitelisted-files' => [], // string[] + 'files-whitelist' => [], // string[] 'whitelist' => [], // string[] 'whitelist-global-constants' => true, // bool 'whitelist-global-classes' => true, // bool @@ -266,7 +266,7 @@ return [ ### Whitelisted files -For the files listed in `whitelisted-files`, their content will be left +For the files listed in `files-whitelist`, their content will be left untouched during the scoping process.