mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-19 16:10:00 +00:00
Removed previous warning suppressions.
This commit is contained in:
@@ -5,8 +5,6 @@ use FireflyIII\Database\TransactionJournal\TransactionJournal as TransactionJour
|
||||
use FireflyIII\Report\ReportInterface as Report;
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("CamelCase")
|
||||
*
|
||||
*
|
||||
* Class ReportController
|
||||
*/
|
||||
@@ -52,9 +50,6 @@ class ReportController extends BaseController
|
||||
* @param $year
|
||||
* @param $month
|
||||
*
|
||||
* @SuppressWarnings("CyclomaticComplexity")
|
||||
* @SuppressWarnings("MethodLength")
|
||||
*
|
||||
* @return \Illuminate\View\View
|
||||
*/
|
||||
public function unbalanced($year, $month)
|
||||
|
||||
Reference in New Issue
Block a user