Skip to content

Commit dffc8fa

Browse files
Fix: Removed :mixed return type hint as it requires PHP8.0
1 parent 60d60c2 commit dffc8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/Traits/Helpers/FilterHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getConfigs(): array
4343
* @param string $key
4444
* @return mixed
4545
*/
46-
public function getConfig(string $key): mixed
46+
public function getConfig(string $key)
4747
{
4848
return $this->config[$key] ?? null;
4949
}

0 commit comments

Comments
 (0)