From 257b0bf7564a44a9f25a96a695172c01d1d0532e Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Thu, 22 Dec 2022 15:41:50 +0000 Subject: [PATCH] fix YAML config example contents --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75230840..ce870cc4 100644 --- a/README.md +++ b/README.md @@ -84,12 +84,13 @@ You can also define configuration as a file `.phplint.yml`: path: ./ jobs: 10 cache: build/phplint.cache +no-cache: false extensions: - php exclude: - vendor warning: false -memory_limit: -1 +memory-limit: -1 ``` ```shell