Skip to content

Commit bb0be2d

Browse files
committed
Chore(deps) - Fixed type issues that PHPStan 2.0.1 reported and removed obsolete use statement
1 parent 463d9f1 commit bb0be2d

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/Command/Utils/CreateDateDimensionEntitiesCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,6 @@ private function validatorYearStart(): Closure
184184

185185
/**
186186
* Getter method for year end validator closure.
187-
*
188-
* @throws InvalidArgumentException
189187
*/
190188
private function validatorYearEnd(int $yearStart): Closure
191189
{

src/Entity/Traits/LogEntityTrait.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Doctrine\ORM\Mapping as ORM;
1616
use Symfony\Component\HttpFoundation\Request;
1717
use Symfony\Component\Serializer\Annotation\Groups;
18-
use Throwable;
1918

2019
/**
2120
* @package App\Entity\Traits

0 commit comments

Comments
 (0)