Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Sep 13, 2019
1 parent b02914b commit 168f7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Handler/Logging.php
Expand Up @@ -98,7 +98,7 @@ private function isExists(
} catch (RuntimeException $e) {
// use \Zend\Db\Adapter\Exception\RuntimeException but do here
// to avoid too much deep trace from Zend\Db classes
throw new ${!${''} = \get_class($e)}($e->getMessage());
throw new ${! ${''} = \get_class($e)}($e->getMessage());
}
}
}
Expand Down

0 comments on commit 168f7cc

Please sign in to comment.