Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit ccee193

Browse files
committed
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.
1 parent 3e86993 commit ccee193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/View/HelperTrait.php

+1
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
use Zend\Form\View\Helper\FormUrl;
4848
use Zend\Form\View\Helper\FormWeek;
4949

50+
// @codingStandardsIgnoreStart
5051
/**
5152
* Trait HelperTrait
5253
*

0 commit comments

Comments
 (0)