GNOME Bugzilla – Bug 774358
Set line_comment_start to // instead of # for PHP language spec
Last modified: 2016-11-13 15:11:03 UTC
Created attachment 339752 [details] [review] patch Even though both # and // can be used to comment a line, // seems to be most widely used and the use of # is discouraged by pear: http://pear.php.net/manual/en/standards.comments.php. phpDocumentor (http://phpdoc.org) also uses // for documentation. It might be good if this would be reflected in the language spec for PHP
Thanks for the patch, pushed as commit c898605e66b70f9c50d63f009124915a3124bf08. And backported to the gnome-3-24 branch. (I've modified a little the commit message, the title should not exceed 72 chars).