From 5f0dcf3fd900993191e178469955a4d2db7c6dc6 Mon Sep 17 00:00:00 2001 From: Andrea R Soper Date: Mon, 1 Aug 2016 18:29:03 -0500 Subject: [PATCH] Don't require //end functionName() at the end of functions/methods. a) If your function/method is so long you can't see the end of it, it is probably too long. b) if you use a proper IDE, it highlights these things for you. --- phpcs.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpcs.xml b/phpcs.xml index fa281b1..af02220 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -13,6 +13,9 @@ before the method parameter documentation. --> + + +