MantisBT: master 2ccc24fd

Author Committer Branch Timestamp Parent
dregad dregad master 2019-08-19 03:04 master 6fe502a4
Changeset

BugData class: fix incorrect @property-read

Commit 2c2819ad5a59fb897885463801c2993f93253b0c incorrectly defined some
properties in BugData class as read-only (PHPDoc @property-read),
although the __set() magic method does allow updating them.

This causes static analysis / code inspection tools to throw warnings.

Changing to @property fixes the problem.

mod - core/bug_api.php Diff File