phpfmt8 icon indicating copy to clipboard operation
phpfmt8 copied to clipboard

Invalid PHP 7.4 formating

Open driade opened this issue 1 year ago • 0 comments

this

<?php
class Test
{
    private \mysqli $conn;
}

becomes

<?php
class Test
{
    \private mysqli $conn;
}

driade avatar Aug 09 '24 19:08 driade