Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sonata-project/exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 221772f614a45519f3a7f434e13e8e94fb456ffd
Choose a base ref
..
head repository: sonata-project/exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 30ce2cf1f069e9a71d9b4ff6ec39c6e4d2d2d083
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 tests/Source/AbstractPropertySourceIteratorTest.php
2 changes: 1 addition & 1 deletion tests/Source/AbstractPropertySourceIteratorTest.php
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ public function getValue(mixed $value): bool|int|float|string|null
}

/**
* @return iterable<array{0: mixed, 1: mixed, 2?: string}>
* @return iterable<array{0: mixed, 1: mixed, 2?: string, 3?: bool}>
*/
public function provideGetValueCases(): iterable
{