Skip to content

Commit

Permalink
fix(nvim): fix php-unot snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
oppara committed May 22, 2024
1 parent 9facf93 commit 22eb2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/nvim/snippets/php.snippets
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ snippet annull
\$this->assertNotNull(${1},${2});${3}

snippet areg
\$this->assertRegExp(${1:\$pattern}, ${2:\$string});${3}
\$this->assertMatchesRegularExpression(${1:\$pattern}, ${2:\$string});${3}
snippet anreg
\$this->assertNotRegExp(${1:\$pattern}, ${2:\$string});${3}

Expand Down

0 comments on commit 22eb2a3

Please sign in to comment.