-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
356c691
commit 9831454
Showing
104 changed files
with
2,310 additions
and
2,820 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,14 @@ | ||
parameters: | ||
ignoreErrors: | ||
- | ||
message: '#Method App\\Mapping\\Orm\\PetMapping\:\:configureMapping\(\) has parameter \$metadata with generic class Doctrine\\ORM\\Mapping\\ClassMetadata but does not specify its types\: T#' | ||
path: %currentWorkingDirectory%/src/Mapping/Orm/PetMapping.php | ||
message: '#Method App\\Orm\\PetMapping\:\:configureMapping\(\) has parameter \$metadata with generic class Doctrine\\ORM\\Mapping\\ClassMetadata but does not specify its types\: T#' | ||
path: %currentWorkingDirectory%/src/Orm/PetMapping.php | ||
- | ||
message: '#Method App\\Mapping\\Orm\\VaccinationMapping\:\:configureMapping\(\) has parameter \$metadata with generic class Doctrine\\ORM\\Mapping\\ClassMetadata but does not specify its types\: T#' | ||
path: %currentWorkingDirectory%/src/Mapping/Orm/VaccinationMapping.php | ||
message: '#Method App\\Orm\\VaccinationMapping\:\:configureMapping\(\) has parameter \$metadata with generic class Doctrine\\ORM\\Mapping\\ClassMetadata but does not specify its types\: T#' | ||
path: %currentWorkingDirectory%/src/Orm/VaccinationMapping.php | ||
- | ||
message: '#PHPDoc tag @var for variable \$entityRepository contains generic class Doctrine\\ORM\\EntityRepository but does not specify its types\: T#' | ||
path: %currentWorkingDirectory%/src/Repository/PetRepository.php | ||
- | ||
message: '#Property App\\Model\\Vaccination\:\:\$pet is never read, only written\.#' | ||
path: %currentWorkingDirectory%/src/Model/Vaccination.php | ||
- | ||
message: '#PHPDoc tag @var for variable \$queryParams has no value type specified in iterable type array\.#' | ||
path: %currentWorkingDirectory%/src/Mapping/Serialization/AbstractCollectionMapping.php |
Oops, something went wrong.