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 1d86ec7 commit ecc24a2Copy full SHA for ecc24a2
src/V8Js.php
@@ -17,7 +17,7 @@ class V8Js
17
* @param bool $report_uncaught_exceptions
18
* @param string $snapshot_blob
19
*/
20
- public function __construct($object_name = 'PHP', array $variables = null, array $extensions = null, $report_uncaught_exceptions = true, $snapshot_blob = null)
+ public function __construct($object_name = 'PHP', array $variables = [], array $extensions = [], $report_uncaught_exceptions = true, $snapshot_blob = null)
21
{}
22
23
/**
0 commit comments