Skip to content

Commit fcdd644

Browse files
authored
Fix ci (#357)
* Fix PHPStan * Reject phpspec/prophecy 1.11.0
1 parent ce341b4 commit fcdd644

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"jangregor/phpstan-prophecy": "^0.6.2",
3535
"monolog/monolog": "^1.11||^2.0",
3636
"php-http/mock-client": "^1.0",
37+
"phpspec/prophecy": "!=1.11.0",
3738
"phpstan/extension-installer": "^1.0",
3839
"phpstan/phpstan": "^0.12.19",
3940
"phpstan/phpstan-phpunit": "^0.12.8",

phpstan-baseline.neon

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,6 @@ parameters:
225225
count: 1
226226
path: test/DependencyInjection/SentryExtensionTest.php
227227

228-
-
229-
message: "#^Method Sentry\\\\SentryBundle\\\\Test\\\\DependencyInjection\\\\ClientMock\\:\\:captureEvent\\(\\) has parameter \\$payload with no value type specified in iterable type array\\.$#"
230-
count: 1
231-
path: test/DependencyInjection/SentryExtensionTest.php
232-
233228
-
234229
message: "#^Method Sentry\\\\SentryBundle\\\\Test\\\\End2End\\\\App\\\\Kernel\\:\\:build\\(\\) has no return typehint specified\\.$#"
235230
count: 1

src/DependencyInjection/Configuration.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
namespace Sentry\SentryBundle\DependencyInjection;
44

5-
use Composer\InstalledVersions;
65
use Jean85\PrettyVersions;
7-
use PackageVersions\Versions;
86
use Sentry\Options;
97
use Symfony\Component\Config\Definition\Builder\ArrayNodeDefinition;
108
use Symfony\Component\Config\Definition\Builder\TreeBuilder;

0 commit comments

Comments
 (0)