Test Setup Failed
Push — master ( e91689...32386c )
by Václav
03:11 queued 01:53
created
src/TI/TAccessForm.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
  * <https://www.peldax.com>.
11 11
  */
12 12
 
13
-declare(strict_types = 1);
13
+declare(strict_types=1);
14 14
 
15 15
 namespace Nepttune\TI;
16 16
 
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
         $data = $this->repository->findRow($rowId)->fetch()->toArray();
57 57
 
58 58
         $access = [];
59
-        foreach($this->accessModel->findBy($this->primaryRow, $rowId) as $row)
59
+        foreach ($this->accessModel->findBy($this->primaryRow, $rowId) as $row)
60 60
         {
61 61
             $access[static::formatInput($row->resource, $row->privilege)] = true;
62 62
         }
Please login to merge, or discard this patch.