mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-18 12:28:46 +00:00
Removed previous warning suppressions.
This commit is contained in:
@@ -9,7 +9,6 @@ use FireflyIII\Exception\FireflyException;
|
||||
* Class Date
|
||||
*
|
||||
* @package FireflyIII\Shared\Toolkit
|
||||
* @SuppressWarnings("ExcessiveClassComplexity")
|
||||
*/
|
||||
class Date
|
||||
{
|
||||
@@ -17,7 +16,6 @@ class Date
|
||||
* @param Carbon $theDate
|
||||
* @param $repeatFreq
|
||||
* @param $skip
|
||||
* @SuppressWarnings("Cyclomatic")
|
||||
*
|
||||
* @return Carbon
|
||||
* @throws FireflyException
|
||||
@@ -63,7 +61,6 @@ class Date
|
||||
/**
|
||||
* @param Carbon $theCurrentEnd
|
||||
* @param $repeatFreq
|
||||
* @SuppressWarnings("Cyclomatic")
|
||||
*
|
||||
* @return mixed
|
||||
* @throws FireflyException
|
||||
@@ -106,8 +103,6 @@ class Date
|
||||
* @param Carbon $theCurrentEnd
|
||||
* @param $repeatFreq
|
||||
* @param Carbon $maxDate
|
||||
* @SuppressWarnings("Cyclomatic")
|
||||
* @SuppressWarnings("MethodLength")
|
||||
*
|
||||
* @return mixed
|
||||
* @throws FireflyException
|
||||
@@ -156,7 +151,6 @@ class Date
|
||||
/**
|
||||
* @param Carbon $date
|
||||
* @param $repeatFrequency
|
||||
* @SuppressWarnings("Cyclomatic")
|
||||
*
|
||||
* @return string
|
||||
* @throws FireflyException
|
||||
@@ -191,7 +185,6 @@ class Date
|
||||
/**
|
||||
* @param Carbon $theDate
|
||||
* @param $repeatFreq
|
||||
* @SuppressWarnings("Cyclomatic")
|
||||
*
|
||||
* @return Carbon
|
||||
* @throws FireflyException
|
||||
@@ -238,7 +231,6 @@ class Date
|
||||
* @param Carbon $theDate
|
||||
* @param $repeatFreq
|
||||
* @param int $subtract
|
||||
* @SuppressWarnings("Cyclomatic")
|
||||
*
|
||||
* @return Carbon
|
||||
* @throws FireflyException
|
||||
|
||||
@@ -63,7 +63,6 @@ class Filter
|
||||
/**
|
||||
* @param $range
|
||||
* @param Carbon $start
|
||||
* @SuppressWarnings("Cyclomatic")
|
||||
*
|
||||
* @return Carbon
|
||||
* @throws FireflyException
|
||||
@@ -189,7 +188,6 @@ class Filter
|
||||
/**
|
||||
* @param $range
|
||||
* @param Carbon $date
|
||||
* @SuppressWarnings("CyclomaticComplexity")
|
||||
*
|
||||
* @return Carbon
|
||||
* @throws FireflyException
|
||||
|
||||
@@ -16,7 +16,6 @@ class Form
|
||||
*
|
||||
* @param Collection $set
|
||||
* @param bool $addEmpty
|
||||
* @SuppressWarnings("CyclomaticComplexity")
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user