@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace LIN3S\SharedKernel\Infrastructure\Persistence\Sql; |
15 | 15 | |
@@ -52,7 +52,7 @@ discard block |
||
52 | 52 | |
53 | 53 | $this->pdo->commit(); |
54 | 54 | |
55 | - return $return ?: true; |
|
55 | + return $return ? : true; |
|
56 | 56 | } catch (\Exception | \Throwable $exception) { |
57 | 57 | $this->pdo->rollback(); |
58 | 58 |