Skip to content

Commit 050bc3e

Browse files
Merge branch '6.0' into 6.1
* 6.0: [6.0] cs fixes [5.4] cs fixes [5.3] cs fixes [Cache] Fix saving items with no expiration through ProxyAdapter CS fixes fix merge Remove pointless assignment [HttpClient] Fix tracing requests made after calling withOptions() [Cache] disable lock on CLI Revert "feature #41989 [Cache] make `LockRegistry` use semaphores when possible (nicolas-grekas)" [HttpKernel] fix how configuring log-level and status-code by exception works [VarDumper] add more "transient-on-macos" groups
2 parents 8361014 + 3329278 commit 050bc3e

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

Command/WorkflowDumpCommand.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
class WorkflowDumpCommand extends Command
3737
{
3838
/**
39-
* string is the service id
39+
* string is the service id.
40+
*
4041
* @var array<string, Definition>
4142
*/
4243
private array $workflows = [];

Controller/AbstractController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ public function setContainer(ContainerInterface $container): ?ContainerInterface
7070

7171
/**
7272
* Gets a container parameter by its name.
73-
*
74-
* @return array|bool|float|int|string|null
7573
*/
7674
protected function getParameter(string $name): array|bool|float|int|string|null
7775
{

KernelBrowser.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ public function getKernel(): KernelInterface
6262

6363
/**
6464
* Gets the profile associated with the current Response.
65-
*
66-
* @return HttpProfile|false|null
6765
*/
6866
public function getProfile(): HttpProfile|false|null
6967
{

Test/TestContainer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,6 @@ public function getParameterBag(): ParameterBagInterface
6363

6464
/**
6565
* {@inheritdoc}
66-
*
67-
* @return array|bool|float|int|string|null
6866
*/
6967
public function getParameter(string $name): array|bool|float|int|string|null
7068
{

0 commit comments

Comments
 (0)