mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-01-10 19:28:41 +00:00
fix vendor
This commit is contained in:
parent
cb2ec0a54c
commit
093d526457
14
.gitignore
vendored
14
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
@ -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#'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user