Skip to content

Commit d97455b

Browse files
committed
Fix PHP 5.3 compatibility
1 parent e83efb3 commit d97455b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JsPhpize/JsPhpizeOptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class JsPhpizeOptions
2525
*
2626
* @param array $options list of options.
2727
*/
28-
public function __construct(array $options = [])
28+
public function __construct(array $options = array())
2929
{
3030
$this->options = $options;
3131
if (!isset($this->options['patterns'])) {

0 commit comments

Comments
 (0)