-
-
Notifications
You must be signed in to change notification settings - Fork 521
Closed
Labels
Description
I have several directories in my plugin and add an empty index.php to each of them for some extra security. Something like this:
<?php // Silence is golden.
However this triggers an error:
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
1 | ERROR | You must use "/**" style comments for a file comment
| | (Squiz.Commenting.FileComment.WrongStyle)
----------------------------------------------------------------------
I was wondering what would be the best way to fix it? Thanks.