Skip to content

Commit afb0ac2

Browse files
committed
Revert "Extend TypeInferenceTest (#227)"
This reverts commit 23a156a.
1 parent 23a156a commit afb0ac2

25 files changed

+37
-2580
lines changed

.phpstan.neon

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,5 @@ parameters:
1212
identifier: selfOut.type
1313
path: tests/StaticAnalysisTest.php
1414
-
15-
identifier: class.extendsFinalByPhpDoc
16-
path: tests/
17-
-
18-
identifier: sanmai.noFinalClasses
19-
path: tests/
20-
21-
22-
services:
23-
-
24-
class: Pipeline\PHPStan\FilterReturnTypeExtension
25-
tags:
26-
- phpstan.broker.dynamicMethodReturnTypeExtension
15+
identifier: argument.type
16+
path: tests/Inference/

HELPER_SPEC.md

Lines changed: 0 additions & 254 deletions
This file was deleted.

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"php": ">=8.2"
1414
},
1515
"require-dev": {
16-
"dg/bypass-finals": "^1.9",
1716
"ergebnis/composer-normalize": "^2.8",
1817
"friendsofphp/php-cs-fixer": "^3.17",
1918
"infection/infection": ">=0.30.3",

phpstan-extension.neon

Lines changed: 0 additions & 5 deletions
This file was deleted.

phpunit.xml.dist

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,4 @@
2323
<group>documentation</group>
2424
</exclude>
2525
</groups>
26-
27-
<extensions>
28-
<bootstrap class="DG\BypassFinals\PHPUnitExtension"/>
29-
</extensions>
3026
</phpunit>

src/PHPStan/ArgumentParser.php

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)