Upgrade to PHP8.2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2023-06-07 09:56:23 +00:00
parent 79dfcd6495
commit afc4a1e3ce
8 changed files with 1058 additions and 794 deletions

View File

@@ -19,8 +19,10 @@ class AppExtension extends AbstractExtension
{
/**
* Extend the filters
*
*
*/
public function getFilters()
public function getFilters() : array
{
return array(
new TwigFilter('formatBytes', array($this, 'formatBytes')),