From c5f6ca0234b3a8609da2d24b5e544ccdd8151302 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 15 Jun 2019 13:57:18 +0200 Subject: [PATCH 1/2] add exclude to typical reported typos --- config/services.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/services.yaml b/config/services.yaml index 1c66c6e03bb7..fb42541d1984 100644 --- a/config/services.yaml +++ b/config/services.yaml @@ -38,6 +38,8 @@ services: $correctToTypos: # keep "exclude_" explicit, to get typos to the correct key exclude_paths: + - 'exclude' + - 'excluded' - 'exclude_path' - 'excluded_path' - 'exclude_dir' From c130f2f926bb152065f9d343abd2a2ed91013e97 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Sat, 15 Jun 2019 13:58:19 +0200 Subject: [PATCH 2/2] travis: remove PHP 7.4 from allowed failures --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0171e18c48e5..cea09fb5d828 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,6 @@ matrix: env: STANDALONE=true - php: '7.3' env: DOG_FOOD=true - - php: '7.4snapshot' install: - composer update $COMPOSER_FLAGS