We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d81e43 commit c017ceaCopy full SHA for c017cea
1 file changed
functions.php
@@ -29,7 +29,7 @@ function serialize($data)
29
* @param array|null $options
30
* @return mixed
31
*/
32
-function unserialize($data, array $options = null)
+function unserialize($data, ?array $options = null)
33
{
34
SerializableClosure::enterContext();
35
$data = ($options === null || \PHP_MAJOR_VERSION < 7)
0 commit comments