Skip to content

Commit 1fdee38

Browse files
CS fix
1 parent 7e1dafb commit 1fdee38

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Command/ConfigDebugCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,9 @@ private function compileContainer(): ContainerBuilder
139139
/**
140140
* Iterate over configuration until the last step of the given path.
141141
*
142-
* @throws LogicException If the configuration does not exist
143-
*
144142
* @return mixed
143+
*
144+
* @throws LogicException If the configuration does not exist
145145
*/
146146
private function getConfigForPath(array $config, string $path, string $alias)
147147
{

Tests/Functional/CachePoolsTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ public function testCachePools()
2626

2727
/**
2828
* @requires extension redis
29+
*
2930
* @group integration
3031
*/
3132
public function testRedisCachePools()
@@ -49,6 +50,7 @@ public function testRedisCachePools()
4950

5051
/**
5152
* @requires extension redis
53+
*
5254
* @group integration
5355
*/
5456
public function testRedisCustomCachePools()

Tests/Functional/SessionTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function testFlash($config, $insulate)
7777
* Tests flash messages work when flashbag service is injected to the constructor.
7878
*
7979
* @group legacy
80+
*
8081
* @dataProvider getConfigs
8182
*/
8283
public function testFlashOnInjectedFlashbag($config, $insulate)
@@ -101,6 +102,7 @@ public function testFlashOnInjectedFlashbag($config, $insulate)
101102

102103
/**
103104
* @group legacy
105+
*
104106
* @dataProvider getConfigs
105107
*/
106108
public function testSessionServiceTriggerDeprecation($config, $insulate)

0 commit comments

Comments
 (0)