Open Issues Need Help
View All on GitHubAI 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