Skip to content

Commit

Permalink
Fix, fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed May 26, 2024
1 parent 8ed61a1 commit 6d5d1a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/GaletteObjectsLend/Repository/Categories.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function __construct(Db $zdb, Login $login, Plugins $plugins, CategoriesL
*
* @return LendCategory[]|ResultSet
*/
public function getCategoriesList(
public function getCategoriesList(
bool $as_cat = false,
array $fields = null,
bool $count = true,
Expand Down
4 changes: 2 additions & 2 deletions lib/GaletteObjectsLend/Repository/Status.php
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,9 @@ private function canOrderBy(string $field_name, ?array $fields): bool
/**
* Get count for current query
*
* @return int
* @return ?int
*/
public function getCount(): int
public function getCount(): ?int
{
return $this->count;
}
Expand Down

0 comments on commit 6d5d1a1

Please sign in to comment.