When I name the function do
, the formatting appends a space after the function name.
But it is normal when renaming it to another name. This problem only occurs when calling do
.
My Extension Version: v1.42.14649
OS: Mac OS 14.1.1(23B81)
When named do
public function do (XMLRootInterface $collection): string
another
public function did(XMLRootInterface $collection): string