1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00

Fix a thing maybe

This commit is contained in:
Matthew Brown 2016-06-16 19:02:29 -04:00
parent 32e18aa29e
commit 9cc8d485ca

View File

@ -18,5 +18,7 @@ class ExceptionHandler
echo get_class($e) . PHP_EOL;
echo $e->getMessage() . PHP_EOL;
return true;
}
}