Skip to content

Commit

Permalink
Minor phpdoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Dec 1, 2023
1 parent 80a3e56 commit 8f9ce42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/Galette/Repository/tests/units/Reminders.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,13 @@

namespace Galette\Repository\test\units;

use PHPUnit\Framework\TestCase;
use Galette\GaletteTestCase;

/**
* Reminders repository tests
*
* @category Repository
* @name Remoinders
* @name Reminders
* @package GaletteTests
* @author Johan Cwiklinski <johan@x-tnd.be>
* @copyright 2020-2023 The Galette Team
Expand Down Expand Up @@ -159,7 +158,6 @@ public function testGetList()
$this->assertCount(0, $lreminders->getList($this->zdb));
$this->assertCount(0, $ireminders->getList($this->zdb));


//create a close to be expired contribution
$due_date = clone $now;
$due_date->add(new \DateInterval('P30D'));
Expand Down

0 comments on commit 8f9ce42

Please sign in to comment.