8000 [Workflow] removed bc break · symfony/symfony@685695d · GitHub
[go: up one dir, main page]

Skip to content

Commit 685695d

Browse files
committed
[Workflow] removed bc break
1 parent a1b1a44 commit 685695d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Symfony/Component/Workflow/Event/GuardEvent.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ public function __construct($subject, Marking $marking, Transition $transition,
3434
$this->transitionBlockerList = new TransitionBlockerList();
3535
}
3636

37-
public function isBlocked(): bool
37+
public function isBlocked()
3838
{
3939
return !$this->transitionBlockerList->isEmpty();
4040
}
4141

42-
public function setBlocked(bool $blocked): void
42+
public function setBlocked($blocked)
4343
{
4444
if (!$blocked) {
4545
$this->transitionBlockerList->reset();

0 commit comments

Comments
 (0)
0