Mmmh, I think it's ok when it starts at first place of the line. BTW Within PHP "#" is not really a comment. It's used for code deactivating. Comments in PHP are "//" for one line and /* next lines */ for block comments. Standardized block comments for PHP documentation looks like this:
/* * This file is part of project 1. * * (c) John Doe * * @license LGPL-3.0-or-later * @anotherFlag .... */ -- <https://forum.pspad.com/read.php?4,77206,77208> PSPad freeware editor https://www.pspad.com
