Skip to content

Commit 17ed5b7

Browse files
author
Kai Eichinger
committed
Add missing return type for CacheWarmer::isOptional()
1 parent 31cb009 commit 17ed5b7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.7.1
2+
=====
3+
4+
* (improvement) Add missing return type for `CacheWarmer::isOptional()`.
5+
6+
17
2.7.0
28
=====
39

src/Cache/CacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public function fillCache (?SymfonyStyle $io) : void
104104
/**
105105
* @inheritdoc
106106
*/
107-
public function isOptional ()
107+
public function isOptional () : bool
108108
{
109109
return true;
110110
}

0 commit comments

Comments
 (0)