Line length checking of non-PHP code should be toggleable in a config option.
Brought to you by:
hkodungallur,
tchule
Originally created by: kno...@gmail.com
Originally owned by: kno...@gmail.com
Code or text outside of the php tags in a php file is always checked for line length. This should be an optional switch in the config file.
Example:
1 <?php
2 // Some php code here
3 ?>
4 A VERY LONG LINE
5 <?php
6 // More code here
7 ?>
--
Line 4 should only be checked if the config specifies to check non php line lengths
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: tch...@hotmail.com
(No comment was entered for this change.)
Status: Fixed