Aleksei Stramunin
Results
2
issues of
Aleksei Stramunin
Don't indent closing indetifier `Heredoc` The closing identifier must begin in the first column of the line.(http://php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc)
From [json_decode](https://www.php.net/manual/en/function.json-decode.php) ``` json_decode( string $json, ?bool $associative = null, int $depth = 512, int $flags = 0 ): mixed ``` Trying analyze. ``` $ phan --init --init-no-composer --init-analyze-file=index.php ```...