Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The last argument of the method is not highlighted #744

Open
suzuki opened this issue Apr 27, 2023 · 0 comments
Open

The last argument of the method is not highlighted #744

suzuki opened this issue Apr 27, 2023 · 0 comments

Comments

@suzuki
Copy link
Contributor

suzuki commented Apr 27, 2023

About

  • The highlighting of the last argument of the method is something wrong
class Foo
{
    // 'DateTime' is not highlighting
    public function test(DateTime $a): array
    {
        return [$a];
    }
}

Screenshot

スクリーンショット 2023-04-27 10 09 28

versions

(php-mode-version)
"PHP Mode v1.24.3-non-vcs"
(emacs-version)
"GNU Emacs 30.0.50 (build 1, x86_64-apple-darwin22.4.0, NS appkit-2299.50 Version 13.3.1 (Build 22E261))
 of 2023-04-26"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant