Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita6cd5b9

Browse files
committed
minor#26615 [Workflow] removed bc break (lyrixx)
This PR was merged into the 4.1-dev branch.Discussion----------[Workflow] removed bc break| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? || Tests pass? | yes| Fixed tickets |#26076| License | MIT| Doc PR |Commits-------685695d [Workflow] removed bc break
2 parents14ab56e +685695d commita6cd5b9

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 =newTransitionBlockerList();
3535
}
3636

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp