From d685e1a20d386fd0d7a3cc421b722068b239384a Mon Sep 17 00:00:00 2001 From: David Maus <dmaus@dmaus.name> Date: Wed, 27 Nov 2019 08:38:51 +0100 Subject: [PATCH] Ignore specific phpstan errors --- phpstan.neon | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 phpstan.neon diff --git a/phpstan.neon b/phpstan.neon new file mode 100644 index 0000000..01d1880 --- /dev/null +++ b/phpstan.neon @@ -0,0 +1,5 @@ +parameters: + ignoreErrors: + - + message: '#Cannot call method [^ ]+ on HAB\\Solr\\Facet\\Value\\Container\\FacetValueTreeNode|null.#' + path: src/HAB/Solr/Facet/Value/Container/FacetValueTree.php -- GitLab