Skip to content

Commit

Permalink
Fix PHPStan Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Sep 22, 2023
1 parent 14d32bd commit 690fb4a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/Database/Migrations/V100/DefaultPastries.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ public function down(): void
}
}

/**
* @return string[][]
*/
protected function pastries(): array
{
return [
Expand Down
3 changes: 3 additions & 0 deletions app/src/Database/Migrations/V100/PastriesPermissions.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ public function down(): void
}
}

/**
* @return string[][]
*/
protected function pastryPermissions(): array
{
return [
Expand Down

0 comments on commit 690fb4a

Please sign in to comment.