diff --git a/.gitignore b/.gitignore index 9777d84..69df8aa 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ /web/.ht.router.php /web/.htaccess /web/INSTALL.txt +/web/README.md /web/README.txt /web/autoload.php /web/example.gitignore diff --git a/phpstan.neon b/phpstan.neon index aa98928..93c00ce 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -11,3 +11,7 @@ parameters: - '#Plugin manager has cache backend specified but does not declare cache tags.#' # new static() is a best practice in Drupal, so we cannot fix that. - '#^Unsafe usage of new static#' + # FIXME: ignore Drupal 12 deprecations + - '#Class Drupal\\localgov_forms\\Element\\AddressLookupElement extends deprecated class Drupal\\Core\\Render\\Element\\FormElement#' + - '#Call to deprecated method renderPlain\(\) of interface Drupal\\Core\\Render\\RendererInterface#' + - '#Call to deprecated method rebuildThemeData\(\) of interface Drupal\\Core\\Extension\\ThemeHandlerInterface#'