From 6f1d7835d7a7b6737512584f23faec9aba66cd0a Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 7 Dec 2016 20:53:29 +0100 Subject: [PATCH] Increase php version requirement --- standards/documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/documentation.md b/standards/documentation.md index 4b651ef..a4391e5 100644 --- a/standards/documentation.md +++ b/standards/documentation.md @@ -12,7 +12,7 @@ A file documentation MUST be implemented in the following form: /** * File description * - * PHP Version 7.0 + * PHP Version 7.1 * * @category Category name * @package Package name