Skip to content

Commit 5d29fef

Browse files
#14 Quality. PhpCs
1 parent 0d0e7cf commit 5d29fef

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Entity/ProcessSchedule.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function getContext(): array
8080
}
8181

8282
/**
83-
* @param array<string|int, mixed> $context
83+
* @param array<string|int, mixed> $context
8484
*/
8585
public function setContext(array $context): void
8686
{

src/Twig/Runtime/ProcessExecutionExtensionRuntime.php

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
use CleverAge\UiProcessBundle\Entity\ProcessExecution;
1717
use CleverAge\UiProcessBundle\Manager\ProcessConfigurationsManager;
1818
use CleverAge\UiProcessBundle\Repository\ProcessExecutionRepository;
19-
use Symfony\Component\Form\AbstractType;
2019
use Twig\Extension\RuntimeExtensionInterface;
2120

2221
readonly class ProcessExecutionExtensionRuntime implements RuntimeExtensionInterface

0 commit comments

Comments
 (0)