diff --git a/home/programs/neovim/configuration/snippets/fluid.snippets b/home/programs/neovim/configuration/snippets/fluid.snippets index b87294c..34ba050 100644 --- a/home/programs/neovim/configuration/snippets/fluid.snippets +++ b/home/programs/neovim/configuration/snippets/fluid.snippets @@ -14,7 +14,7 @@ snippet falias snippet ftrans {f:translate(id: '${1}')} snippet fdebug - ${1:{_all}}${2} + ${1:{_all}}${2} snippet fcomment ${0} diff --git a/home/programs/neovim/configuration/snippets/php.snippets b/home/programs/neovim/configuration/snippets/php.snippets index e7dfd83..53d504f 100644 --- a/home/programs/neovim/configuration/snippets/php.snippets +++ b/home/programs/neovim/configuration/snippets/php.snippets @@ -171,8 +171,8 @@ snippet testfile use PHPUnit\Framework\Attributes\Test; use PHPUnit\Framework\TestCase; - #[CoversClass(`expand('%:r:s?Test$??:s?.*/??')::class) - final readonly class ${1:`expand('%:t:s?.php??')`} extends TestCase + #[CoversClass(${1:`expand('%:t:s?.php??')`}::class) + final class ${1:`expand('%:t:s?.php??')`} extends TestCase { #[Test] public function canBeCreated(): void @@ -218,7 +218,7 @@ snippet testfilelegacy /** * @covers \DanielSiepmann`expand('%:r:s?.*ext/??:s?local_packages/??:s?Classes/??:s?Tests/Unit/??:s?Tests/Functional/??:s?Test??:s?.*_?\u&?:gs?_.?\U&?:gs?_??:gs?/?\\\?:s??\\\?')` */ - final readonly class ${1:`expand('%:t:s?.php??')`} extends TestCase + final class ${1:`expand('%:t:s?.php??')`} extends TestCase { /** * @test @@ -262,7 +262,7 @@ snippet codeceptiontestfile use PhpbrowserTester; - final readonly class ${1:`expand('%:t:s?.php??')`} + final class ${1:`expand('%:t:s?.php??')`} { public function firstTest(PhpbrowserTester $I): void {