QuackatronHQ / Gigarepo

Use of an empty [] to read from an array PHP-W1002
Bug risk
Critical
1 occurrence in this check
Cannot use [] for reading
130
131        $array[] = 10;
132        $array[][] = 10;
133        $array[];134    }
135
136    public function undefinedConstant()