Code cleanup

This commit is contained in:
James Cole
2019-08-17 10:48:28 +02:00
parent c235e42d6c
commit 1974d5f1e3
272 changed files with 818 additions and 7 deletions

View File

@@ -30,6 +30,9 @@ use Tests\TestCase;
/**
*
* Class ChartJsGeneratorTest
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
*/
class ChartJsGeneratorTest extends TestCase
{