mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Clean up comments
This commit is contained in:
@@ -504,6 +504,7 @@ class GroupCollector implements GroupCollectorInterface
|
||||
* @param Collection $collection
|
||||
*
|
||||
* @return Collection
|
||||
* @throws FireflyException
|
||||
*/
|
||||
private function parseArray(Collection $collection): Collection
|
||||
{
|
||||
@@ -556,6 +557,7 @@ class GroupCollector implements GroupCollectorInterface
|
||||
* @param TransactionJournal $augumentedJournal
|
||||
*
|
||||
* @return array
|
||||
* @throws FireflyException
|
||||
*/
|
||||
private function parseAugmentedJournal(TransactionJournal $augumentedJournal): array
|
||||
{
|
||||
|
@@ -74,7 +74,6 @@ class FiscalHelper implements FiscalHelperInterface
|
||||
* @param Carbon $date
|
||||
*
|
||||
* @return Carbon date object
|
||||
* @throws FireflyException
|
||||
* @throws ContainerExceptionInterface
|
||||
* @throws NotFoundExceptionInterface
|
||||
*/
|
||||
|
Reference in New Issue
Block a user