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
18 changes: 0 additions & 18 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
parameters:
ignoreErrors:
-
message: '#^Dead catch \- Patchlevel\\EventSourcing\\Repository\\AggregateOutdated is never thrown in the try block\.$#'
identifier: catch.neverThrown
count: 1
path: src/CommandBus/RetryOutdatedAggregateCommandBus.php

-
message: '#^Method Patchlevel\\EventSourcing\\CommandBus\\RetryOutdatedAggregateCommandBus\:\:maxRetries\(\) is unused\.$#'
identifier: method.unused
count: 1
path: src/CommandBus/RetryOutdatedAggregateCommandBus.php

-
message: '#^Method Patchlevel\\EventSourcing\\CommandBus\\RetryOutdatedAggregateCommandBus\:\:maxRetries\(\) never returns null so it can be removed from the return type\.$#'
identifier: return.unusedType
count: 1
path: src/CommandBus/RetryOutdatedAggregateCommandBus.php

-
message: '#^Cannot unset offset ''url'' on array\{application_name\?\: string, charset\?\: string, dbname\?\: string, defaultTableOptions\?\: array\<string, mixed\>, driver\?\: ''ibm_db2''\|''mysqli''\|''oci8''\|''pdo_mysql''\|''pdo_oci''\|''pdo_pgsql''\|''pdo_sqlite''\|''pdo_sqlsrv''\|''pgsql''\|''sqlite3''\|''sqlsrv'', driverClass\?\: class\-string\<Doctrine\\DBAL\\Driver\>, driverOptions\?\: array\<mixed\>, host\?\: string, \.\.\.\}\.$#'
identifier: unset.offset
Expand Down
2 changes: 2 additions & 0 deletions phpstan.neon.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ parameters:
ignoreErrors:
-
identifier: missingType.generics
reportUnmatchedIgnoredErrors: false

17 changes: 0 additions & 17 deletions src/Attribute/RetryAggregateOutdated.php

This file was deleted.

50 changes: 0 additions & 50 deletions src/CommandBus/RetryOutdatedAggregateCommandBus.php

This file was deleted.

143 changes: 0 additions & 143 deletions tests/Unit/CommandBus/RetryOutdatedAggregateCommandBusTest.php

This file was deleted.

Loading