Conditions | 1 |
Paths | 1 |
Total Lines | 7 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
41 | public function reconnectToDatabase(ReconnectEventArgs $args): void |
||
42 | { |
||
43 | $this->logger->debug( |
||
44 | '[DOCTRINE][{function}] Retrying query (attempt {attempt}): {query}', |
||
45 | ['function' => $args->getFunction(), 'attempt' => $args->getAttempt(), 'query' => $args->getQuery()] |
||
46 | ); |
||
47 | } |
||
48 | } |
||
49 |