Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ parameters:
# false positive
- '#Parameter \#1 \$tag of method Rector\\BetterPhpDocParser\\PhpDocParser\\ClassAnnotationMatcher\:\:resolveTagFullyQualifiedName\(\) expects string, string\|null given#'

-
message: '#Parameter \#1 \$phpVersion of method Rector\\Config\\RectorConfig\:\:phpVersion\(\) expects (.*?), \d+ given#'
paths:
- tests/Set/*/config/configured_set.php

# needed for instanceof method API
- '#Doing instanceof PHPStan\\Type\\ObjectType is error\-prone and deprecated\. Use Type\:\:isObject\(\) or Type\:\:getObjectClassNames\(\) instead#'
- '#Doing instanceof PHPStan\\Type\\(Generic\\GenericObjectType|ArrayType) is error\-prone and deprecated#'
Expand Down
4 changes: 4 additions & 0 deletions tests/ComposerBased/Fixture/version_bound_renames.php.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace Rector\Doctrine\Tests\ComposerBased\Fixture;

use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Schema\Index;

Expand All @@ -18,6 +20,8 @@ final class VersionBoundRenames
-----
<?php

namespace Rector\Doctrine\Tests\ComposerBased\Fixture;

use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Schema\Index;

Expand Down
36 changes: 0 additions & 36 deletions tests/Set/DoctrineBUNDLE210Set/DoctrineBUNDLE210SetTest.php

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions tests/Set/DoctrineBUNDLE210Set/config/composer.json

This file was deleted.

9 changes: 0 additions & 9 deletions tests/Set/DoctrineBUNDLE210Set/config/configured_set.php

This file was deleted.

36 changes: 0 additions & 36 deletions tests/Set/DoctrineCOLLECTION22Set/DoctrineCOLLECTION22SetTest.php

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions tests/Set/DoctrineCOLLECTION22Set/config/composer.json

This file was deleted.

9 changes: 0 additions & 9 deletions tests/Set/DoctrineCOLLECTION22Set/config/configured_set.php

This file was deleted.

36 changes: 0 additions & 36 deletions tests/Set/DoctrineDBAL211Set/DoctrineDBAL211SetTest.php

This file was deleted.

This file was deleted.

61 changes: 0 additions & 61 deletions tests/Set/DoctrineDBAL211Set/Fixture/replace_constants.php.inc

This file was deleted.

5 changes: 0 additions & 5 deletions tests/Set/DoctrineDBAL211Set/config/composer.json

This file was deleted.

9 changes: 0 additions & 9 deletions tests/Set/DoctrineDBAL211Set/config/configured_set.php

This file was deleted.

Loading
Loading