Skip to content

Commit d16fc65

Browse files
committed
add types
1 parent dd6cab9 commit d16fc65

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/functional/GeneratorFactoryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717
final class GeneratorFactoryTest extends FunctionalTestBase {
1818

19-
private const TOTAL_GENERATORS = 2;
19+
private int const TOTAL_GENERATORS = 2;
2020

2121
/**
2222
* Test callback.

tests/sut/zippo/tests/src/Kernel/BreadcrumbBuilderTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#[Group('DCG')]
1818
final class BreadcrumbBuilderTest extends KernelTestBase {
1919

20-
private const EMPTY_CACHE = [
20+
private array const EMPTY_CACHE = [
2121
'contexts' => [],
2222
'tags' => [],
2323
'max-age' => Cache::PERMANENT,

0 commit comments

Comments
 (0)