mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Code cleanup
This commit is contained in:
@@ -30,6 +30,9 @@ use Tests\TestCase;
|
||||
/**
|
||||
*
|
||||
* Class ChartJsGeneratorTest
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class ChartJsGeneratorTest extends TestCase
|
||||
{
|
||||
|
@@ -39,6 +39,10 @@ use Tests\TestCase;
|
||||
/**
|
||||
*
|
||||
* Class MonthReportGeneratorTest
|
||||
*
|
||||
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
|
||||
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
|
||||
* @SuppressWarnings(PHPMD.TooManyPublicMethods)
|
||||
*/
|
||||
class MonthReportGeneratorTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user