diff --git a/Classes/Service/Exception.php b/Classes/Service/Exception.php index 0a46197..4d1cd00 100644 --- a/Classes/Service/Exception.php +++ b/Classes/Service/Exception.php @@ -1,12 +1,9 @@ getPrevious() && $e->getPrevious() instanceof \PDOException) { // Do nothing, new Doctrine handling hides the above error - } - else { + } else { $this->systemLogger->logException($e); } } catch (\Exception $e) { @@ -126,9 +123,8 @@ class SequenceGenerator /** * @param string|object $stringOrObject * - * @throws Exception - * * @return string + * @throws Exception */ protected function inferTypeFromSource($stringOrObject) {