platform icon indicating copy to clipboard operation
platform copied to clipboard

Fix magic methods of Dashboard facade

Open utkinn opened this issue 9 months ago • 0 comments

Proposed Changes

Dashboard facade's @method annotations in PHPDoc comment have been tweaked for better interoperability with static analysis tools such as PHPStan. Some methods had no return types specified, and PHPStan incorrectly recognized them as non-static methods returning static (i.e. returning itself).

utkinn avatar Jul 10 '25 01:07 utkinn