Statistic Counters block for Silverstripe Elemental

1 stars 3 forks 1 watchers PHP BSD 3-Clause "New" or "Revised" License
hacktoberfest silverstripe silverstripe-elemental
1 Open Issue Need Help Last updated: Dec 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue reports a bug in the `ElementStatCounters` class where static properties `$singular_name` and `$plural_name` use incorrect PHPDoc annotations. They currently use `@return string`, which is meant for method return types, instead of the correct `@var string` for property declarations. This discrepancy can lead to issues with IDE type hinting and static analysis tools.

Complexity: 1/5
bug good first issue

Statistic Counters block for Silverstripe Elemental

PHP
#hacktoberfest#silverstripe#silverstripe-elemental