From 415d44092d7e6c30f9fe35d46837fae93ef9d4e3 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 8 Oct 2014 22:04:48 +0200 Subject: try to turn off failing checks for core exceptions --- .scrutinizer.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 34f5fe731..ee2b63b32 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -24,3 +24,5 @@ checks: php: # not helpful because there is no setting to tweek the threshold duplication: false + # this is not working properly with core exceptions + catch_class_exists: false \ No newline at end of file -- cgit v1.2.3