From 8b0da6efbae67412be25dfca92a127a721222fc3 Mon Sep 17 00:00:00 2001 From: Cvetomir Lazarov Date: Sat, 11 Aug 2018 21:30:35 +0300 Subject: [PATCH] Add comment on the top of the helper trait to ignore coding standards in order to overcome the 120 characters limit The comment has been copied from the PhpRenderer in the zend-view component. --- src/View/HelperTrait.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/View/HelperTrait.php b/src/View/HelperTrait.php index 6d5bab80..5c0e81af 100644 --- a/src/View/HelperTrait.php +++ b/src/View/HelperTrait.php @@ -47,6 +47,7 @@ use Zend\Form\View\Helper\FormUrl; use Zend\Form\View\Helper\FormWeek; +// @codingStandardsIgnoreStart /** * Trait HelperTrait *