Skip to content

Commit 168f7cc

Browse files
committed
cs fix
1 parent b02914b commit 168f7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Handler/Logging.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ private function isExists(
9898
} catch (RuntimeException $e) {
9999
// use \Zend\Db\Adapter\Exception\RuntimeException but do here
100100
// to avoid too much deep trace from Zend\Db classes
101-
throw new ${!${''} = \get_class($e)}($e->getMessage());
101+
throw new ${! ${''} = \get_class($e)}($e->getMessage());
102102
}
103103
}
104104
}

0 commit comments

Comments
 (0)