Skip to content

Commit

Permalink
revert phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
brettmc committed Dec 23, 2024
1 parent 4ad18d6 commit 09ea81d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 126 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
"phpdocumentor/reflection-docblock": "^5.3",
"phpspec/prophecy": "^1.17.0",
"phpspec/prophecy-phpunit": "^2",
"phpstan/phpstan": "^2",
"phpstan/phpstan-mockery": "^2",
"phpstan/phpstan-phpunit": "^2",
"phpstan/phpstan": "^1.10.13",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"phpunit/phpunit": "^11",
"sebastian/exporter": "^6.3",
"symfony/http-client": "^5.2",
Expand Down
1 change: 0 additions & 1 deletion src/Context/ZendObserverFiber.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use const FILTER_VALIDATE_BOOLEAN;
use function filter_var;
use function is_string;
use const PHP_VERSION_ID;
use const PHP_ZTS;
use function sprintf;
use function trigger_error;
Expand Down
122 changes: 0 additions & 122 deletions tests/Unit/Contrib/UsesHttpClientTrait.php

This file was deleted.

0 comments on commit 09ea81d

Please sign in to comment.