Skip to content

Commit fabd509

Browse files
committed
old array syntax
1 parent c9c699d commit fabd509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Boris/Autocompletion.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace Boris;
66

77
class Autocompletion {
8-
private $symbols = [];
8+
private $symbols = array();
99

1010
public function __construct() {
1111
}

0 commit comments

Comments
 (0)