Hi team, I'm using VS code and purchased the tool. But I found below codes will be formatted as second one.

from:

protected static function newFactory(): Factory
{
    return UserFactory::new();
}

to:

protected static function newFactory(): Factory
{
    return UserFactory::new ();
}

There are extra space between new and (), and I don't see any options can disable it~

    Hi Lau,

    First of all, thank you for purchasing PHP Tools, you make the development of this tool possible.

    We've fixed the issue and it will be available in the upcoming pre-release.

    Thanks and I wish you a great day!

      Write a Reply...