Open aik099 opened 10 years ago
Disallow type names in variable names. For example $user_object or $categories_string.
$user_object
$categories_string
List of not allowed types (see more at http://phpdoc.org/docs/latest/guides/types.html):
Related to: #78
Special case would be to allow variable named $object.
$object
Disallow type names in variable names. For example
$user_object
or$categories_string
.List of not allowed types (see more at http://phpdoc.org/docs/latest/guides/types.html):
Related to: #78