Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexz707 authored and github-actions[bot] committed Feb 8, 2024
1 parent 3f94ce1 commit c4bb0ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dto/Asset.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,9 @@ public function getFrontendFullPath(): string

/**
* @param User|null $user
*
* @return array
*
* @throws Exception
*/
public function getUserPermissions(?User $user = null): array
Expand Down
2 changes: 2 additions & 0 deletions src/Dto/Asset/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ public function getFormat(): string
/**
* @param string|null $path
* @param bool $force
*
* @return array|null
*
* @throws Exception
*/
public function getDimensions(string $path = null, bool $force = false): ?array
Expand Down

0 comments on commit c4bb0ba

Please sign in to comment.