diff --git a/.gitignore b/.gitignore index f7c26b9..c072be7 100755 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,16 @@ log test sitespeed *.cache -.directory \ No newline at end of file +.directory +Vagrantfile +vendor +bower_components +node_modules +*.log +.vagrant +.vscode +.sass-cache +cache +Cache +Libraries +.idea \ No newline at end of file diff --git a/Config/phpstan.neon b/Config/phpstan.neon index c127fe8..1098c99 100755 --- a/Config/phpstan.neon +++ b/Config/phpstan.neon @@ -81,7 +81,7 @@ parameters: - '#.*Mapper.* should return.*#' - '#.*::MODEL is not covariant with type class-string of constant phpOMS\\DataStorage\\Database\\Mapper\\DataMapperFactory::MODEL.*#' - '#.*l11nServer.* does not accept.*#' - - '#.*Call to an undefined method Default.*#' + - '#.*Call to static method installExternal.*#' - '#.*Access to an undefined property Default.*#' - message: '#.*has parameter \$con with no typehint specified#'