Skip to content

Commit

Permalink
Merge 4.x into 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Oct 11, 2022
2 parents db48415 + 9338082 commit 353e9a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions tests/Filter/DateRangeFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ public function provideDates(): iterable
];
}

/**
* @psalm-suppress PossiblyFalseReference https://github.com/vimeo/psalm/pull/8462
*/
public function testFilterEndDateImmutable(): void
{
$filter = new DateRangeFilter();
Expand Down
2 changes: 1 addition & 1 deletion tests/custom_bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use Symfony\Component\Console\Output\NullOutput;
use Symfony\Component\Filesystem\Filesystem;

$kernel = new AppKernel($_SERVER['APP_ENV'], $_SERVER['APP_DEBUG']);
$kernel = new AppKernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
$application = new Application($kernel);
$application->setAutoExit(false);

Expand Down

0 comments on commit 353e9a4

Please sign in to comment.