Skip to content

Commit 5335b80

Browse files
committed
API update for 0.5
1 parent 45e427a commit 5335b80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/V8Js.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ class V8Js
1515
* @param array $variables
1616
* @param array $extensions
1717
* @param bool $report_uncaught_exceptions
18+
* @param string $snapshot_blob
1819
*/
19-
public function __construct($object_name = 'PHP', array $variables = null, array $extensions = null, $report_uncaught_exceptions = true)
20+
public function __construct($object_name = 'PHP', array $variables = null, array $extensions = null, $report_uncaught_exceptions = true, $snapshot_blob = null)
2021
{}
2122

2223
/**

0 commit comments

Comments
 (0)