From 27b0cbd9f1ba051402b405183cb61a7e8739ff09 Mon Sep 17 00:00:00 2001 From: TheRatG Date: Thu, 6 Nov 2014 05:20:10 -0800 Subject: [PATCH] Updated Php parallel lint plugin (markdown) --- Php-parallel-lint-plugin.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Php-parallel-lint-plugin.md b/Php-parallel-lint-plugin.md index b118454..2acda3d 100644 --- a/Php-parallel-lint-plugin.md +++ b/Php-parallel-lint-plugin.md @@ -5,7 +5,7 @@ Similar to the [standard PHP Lint plugin](https://github.com/Block8/PHPCI/wiki/L ``` test: php_parallel_lint: - directories: + directory: - "app" - "public" ```