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
23 changes: 12 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 0 additions & 18 deletions phpstan-baseline.neon
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ parameters:
count: 1
path: src/Doctrine/Type/AbstractEnumType.php

-
message: '#^Property DR\\Review\\Entity\\Asset\\Asset\:\:\$data type mapping mismatch\: database can contain resource but property expects string\.$#'
identifier: doctrine.columnType
count: 1
path: src/Entity/Asset/Asset.php

-
message: '#^Generic type DatePeriod\<DateTimeImmutable, DateTimeImmutable\> in PHPDoc tag @return does not specify all template types of class DatePeriod\: TDate, TEnd, TRecurrences$#'
identifier: generics.lessTypes
Expand Down Expand Up @@ -1386,18 +1380,6 @@ parameters:
count: 1
path: tests/Unit/Controller/AbstractControllerTest.php

-
message: '#^Method DR\\Review\\Tests\\Unit\\Doctrine\\Type\\LineCoverageTypeTest\:\:testConvertToDatabaseValue\(\) has Doctrine\\DBAL\\Types\\ConversionException in PHPDoc @throws tag but it''s not thrown\.$#'
identifier: throws.unusedType
count: 1
path: tests/Unit/Doctrine/Type/LineCoverageTypeTest.php

-
message: '#^Method DR\\Review\\Tests\\Unit\\Doctrine\\Type\\LineCoverageTypeTest\:\:testConvertToPHPValue\(\) has Doctrine\\DBAL\\Types\\ConversionException in PHPDoc @throws tag but it''s not thrown\.$#'
identifier: throws.unusedType
count: 1
path: tests/Unit/Doctrine/Type/LineCoverageTypeTest.php

-
message: '#^Parameter \#1 \$string1 of function strcmp expects string, mixed given\.$#'
identifier: argument.type
Expand Down