We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da438b5 commit 911edd7Copy full SHA for 911edd7
1 file changed
system/libraries/Encryption.php
@@ -369,7 +369,7 @@ public function create_key($length)
369
* @param array $params Input parameters
370
* @return string
371
*/
372
- public function encrypt($data, ?array $params = NULL)
+ public function encrypt($data, array $params = NULL)
373
{
374
if (($params = $this->_get_params($params)) === FALSE)
375
@@ -504,7 +504,7 @@ protected function _openssl_encrypt($data, $params)
504
505
506
507
- public function decrypt($data, ?array $params = NULL)
+ public function decrypt($data, array $params = NULL)
508
509
510
0 commit comments