Testing PHPMD error supression

This commit is contained in:
Dan Cryer 2016-04-27 15:45:24 +01:00
parent 7027055711
commit 77e9710d09
No known key found for this signature in database
GPG key ID: 6030CBA5FE342813

View file

@ -27,6 +27,8 @@ use PHPCI\Store\ProjectStore;
* @author Guillaume Perréal <adirelle@gmail.com>
* @package PHPCI
* @subpackage Web
*
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
*/
class WebhookController extends \b8\Controller
{