Skip to content

Commit d92dc93

Browse files
Merge branch '5.4' into 6.0
* 5.4: (21 commits) Backport type fixes [Messenger] Added StopWorkerException [Workflown] Add support for getting updated context after a transition Fix CS fix annot Backport type fixes Fix CS Avoid triggering the autoloader in Deprecation::isLegacy() fix markdown markup Backport type fixes [TwigBundle] Improve comment on error silencing [SecurityBundle] Fix wrongly inverted condition [Notifier] Add MessageMedia Bridge uzb translation [DependencyInjection] Fix doc blocks [DependencyInjection] Turn $defaultDeprecationTemplate into a constant [SecurityBundle] Hide Security item if no firewall matched [GHA] restore phpunit-bridge job rethrow caught exception [Form] better form doc types to support static analysis ...
2 parents b69adad + 52a54a9 commit d92dc93

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Route.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,8 @@ public function addOptions(array $options)
251251
}
252252

253253
/**
254+
* Sets an option value.
255+
*
254256
* @return $this
255257
*/
256258
public function setOption(string $name, mixed $value)

0 commit comments

Comments
 (0)