Mihail Politaev
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited How to disable auto close heredoc statement?
In Intellij IDEA when I typing in php file heredoc statement: echo <<<END And after press "Enter", "END" statement add automatically. Like this: echo <<<ENDEND I want disable this behavior, as some...