fix vendor

This commit is contained in:
Dennis Eichhorn 2023-09-24 16:03:38 +00:00
parent cb2ec0a54c
commit 093d526457
2 changed files with 14 additions and 2 deletions

14
.gitignore vendored
View File

@ -3,4 +3,16 @@ log
test test
sitespeed sitespeed
*.cache *.cache
.directory .directory
Vagrantfile
vendor
bower_components
node_modules
*.log
.vagrant
.vscode
.sass-cache
cache
Cache
Libraries
.idea

View File

@ -81,7 +81,7 @@ parameters:
- '#.*Mapper.* should return.*#' - '#.*Mapper.* should return.*#'
- '#.*::MODEL is not covariant with type class-string<T> of constant phpOMS\\DataStorage\\Database\\Mapper\\DataMapperFactory::MODEL.*#' - '#.*::MODEL is not covariant with type class-string<T> of constant phpOMS\\DataStorage\\Database\\Mapper\\DataMapperFactory::MODEL.*#'
- '#.*l11nServer.* does not accept.*#' - '#.*l11nServer.* does not accept.*#'
- '#.*Call to an undefined method Default.*#' - '#.*Call to static method installExternal.*#'
- '#.*Access to an undefined property Default.*#' - '#.*Access to an undefined property Default.*#'
- -
message: '#.*has parameter \$con with no typehint specified#' message: '#.*has parameter \$con with no typehint specified#'