hash_to_slash_comment
Warning
This rule is deprecated and will be removed on next major version.
You should use single_line_comment_style instead.
single_line_comment_style
Single line comments should use double slashes // and not hash #.
//
#
--- Original +++ New -<?php # comment +<?php // comment