Test Failed
Push — master ( 2d6bce...bcfc8e )
by Dominik
03:31
created
src/Repository/AbstractDoctrineRepository.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.