Details
-
Type:
Coding Standards Violation
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.10.0
-
Fix Version/s: Next Major Release
-
Component/s: None
-
Labels:None
Description
There are quite a few code files throughout the library, tests, and incubator that have an inconsistent header docblock.
We need to have a single canonical header docblock that correctly describes the copyright and license for the code, and we need to make that docblock present in all files for PHP code, tests, scripts, etc.
My bet is that all copyright blocks are now more or less of the same format, but since we changed years, we should do the same in the code, hence this issue.