Coding standards - PHP File Formatting - Maximum line length.php 232 Bytes
Newer Older
hansbrix's avatar
hansbrix committed
1
The target line length is 80 characters, i.e. developers should aim keep code as close to the 80-column boundary as is practical. However, longer lines are acceptable. The maximum length of any line of PHP code is 120 characters. 
2