Skip to content

Commit 99eceb2

Browse files
committed
remove phpstan todoby
1 parent cb7803a commit 99eceb2

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ parameters:
1515
# We're aliasing classes for phpunit in this file, it needs to be added here see phpstan/#2194
1616
- src/Symfony/Bundle/Test/Constraint/ArraySubset.php
1717
- tests/Fixtures/app/AppKernel.php
18-
todo_by:
19-
referenceVersion: "nextMinor"
20-
ticket:
21-
enabled: true
22-
tracker: github
23-
github:
24-
defaultOwner: api-platform
25-
defaultRepo: core
26-
# credentials: %env.COMPOSER_TOKEN%
2718

2819
excludePaths:
2920
# uses larastan

src/Symfony/Bundle/DependencyInjection/ApiPlatformExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -992,10 +992,10 @@ private function registerJsonStreamerConfiguration(ContainerBuilder $container,
992992
}
993993

994994
if (!class_exists(JsonStreamWriter::class)) {
995-
throw new RuntimeException('symfony/json-stream is not installed.');
995+
throw new RuntimeException('symfony/json-streamer is not installed.');
996996
}
997997

998-
// @TODO symfony/json-stream:>=7.4 add composer conflict
998+
// @TODO symfony/json-streamer:>=7.4.1 add composer conflict
999999
if (!class_exists(ControllerHelper::class)) {
10001000
throw new RuntimeException('Symfony symfony/json-stream:^7.4 is needed.');
10011001
}

0 commit comments

Comments
 (0)