@@ -10,7 +10,7 @@ discard block |
||
| 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 | |
@@ -52,7 +52,7 @@ discard block |
||
| 52 | 52 | $data = $this->repository->findRow($rowId)->fetch()->toArray(); |
| 53 | 53 | |
| 54 | 54 | $access = []; |
| 55 | - foreach($this->accessModel->findBy('user_id', $rowId) as $row) |
|
| 55 | + foreach ($this->accessModel->findBy('user_id', $rowId) as $row) |
|
| 56 | 56 | { |
| 57 | 57 | $access[static::formatInput($row->resource, $row->privilege)] = true; |
| 58 | 58 | } |