mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-01 02:46:04 +01:00
PHP 8.4 fixes - Implicitly nullable parameter declarations deprecated
This commit is contained in:
@@ -904,7 +904,7 @@ class Admin
|
||||
* @return object
|
||||
* @throws \RuntimeException
|
||||
*/
|
||||
public function getConfigurationData($type, array $post = null)
|
||||
public function getConfigurationData($type, ?array $post = null)
|
||||
{
|
||||
static $data = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user