Hello. Please tell me why an error is issued.
syntax error, unexpected '['
static $points = [ '1' => ['3' => 8.4, '2' => 7.1, '4' => 5.3], '2' => ['5' => 9.1], '3' => ['6' => 8.2, '5' => 4.2], '4' => ['6' => 7.3], '5' => ['6' => 6.3], ]; The language in which it is written php
> '5' => ['6' => 6.3],- Genomearray()- Alexey Shimansky