@@ -1,6 +1,6 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace Chubbyphp\Model\Doctrine\DBAL\Repository; |
6 | 6 | |
@@ -255,7 +255,7 @@ discard block |
||
255 | 255 | |
256 | 256 | $row = $model->toPersistence(); |
257 | 257 | |
258 | - $this->callbackIfReference($id, $row, function (string $id, array $row) { |
|
258 | + $this->callbackIfReference($id, $row, function(string $id, array $row) { |
|
259 | 259 | $this->update($id, $row); |
260 | 260 | }); |
261 | 261 |