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 c9c699d commit fabd509Copy full SHA for fabd509
lib/Boris/Autocompletion.php
@@ -5,7 +5,7 @@
5
namespace Boris;
6
7
class Autocompletion {
8
- private $symbols = [];
+ private $symbols = array();
9
10
public function __construct() {
11
}
0 commit comments