New check : unreachable code
Brought to you by:
hkodungallur,
tchule
Originally created by: tch...@hotmail.com
Originally owned by: tch...@hotmail.com
Detect unreachable code.
Exemple :
// do something;
return;
// do something else;
Check on token T_RETURN and evaluation of the level of nesting.
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