Skip to content

Commit 9f34e5f

Browse files
Cleanup more @return annotations
1 parent d72bbc3 commit 9f34e5f

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

CacheWarmer/RouterCacheWarmer.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ public function warmUp(string $cacheDir)
5252

5353
/**
5454
* Checks whether this warmer is optional or not.
55-
*
56-
* @return bool always true
5755
*/
5856
public function isOptional(): bool
5957
{

DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function __construct(bool $debug)
6060
/**
6161
* Generates the configuration tree builder.
6262
*
63-
* @return TreeBuilder The tree builder
63+
* @return TreeBuilder
6464
*/
6565
public function getConfigTreeBuilder()
6666
{

HttpCache/HttpCache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ protected function forward(Request $request, bool $catch = false, Response $entr
7676
/**
7777
* Returns an array of options to customize the Cache configuration.
7878
*
79-
* @return array An array of options
79+
* @return array
8080
*/
8181
protected function getOptions()
8282
{

Test/KernelTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ protected function tearDown(): void
5252
}
5353

5454
/**
55-
* @return string The Kernel class name
55+
* @return string
5656
*
5757
* @throws \RuntimeException
5858
* @throws \LogicException

0 commit comments

Comments
 (0)