Code cleanup

This commit is contained in:
James Cole
2019-08-17 10:46:55 +02:00
parent acfdf7dc90
commit 44823c6fec
21 changed files with 19 additions and 37 deletions

View File

@@ -109,7 +109,7 @@ class ChartJsGenerator implements GeneratorInterface
* ]
* ]
*
* @SuppressWarnings(PHPMD.CyclomaticComplexity) // it's five.
* // it's five.
*
* @param array $data
*

View File

@@ -60,7 +60,7 @@ interface GeneratorInterface
* ]
* ]
*
* @SuppressWarnings(PHPMD.CyclomaticComplexity) // it's five.
* // it's five.
*
* @param array $data
*

View File

@@ -112,7 +112,7 @@ class Support
/**
* Summarize collection by earned and spent data.
*
* @SuppressWarnings(PHPMD.CyclomaticComplexity) // it's exactly five.
* // it's exactly five.
*
* @param array $spent
* @param array $earned