Skip to content

Commit

Permalink
Merge pull request #255 from PHPCSStandards/feature/minor-doc-tweaks
Browse files Browse the repository at this point in the history
Minor docs tweaks
  • Loading branch information
jrfnl committed Jul 19, 2023
2 parents b528415 + 5df93c3 commit 3afcd8c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Universal/Docs/CodeAnalysis/NoEchoSprintfStandard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
>
<standard>
<![CDATA[
Detects use of `echo [v]sprintf(...);`. Use `printf()` instead.
Detects use of `echo [v]sprintf(...);`. Use `[v]printf()` instead.
]]>
</standard>
<code_comparison>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @covers PHPCSExtra\Universal\Sniffs\FunctionDeclarations\NoLongClosuresSniff
*
* @since 1.0.0
* @since 1.1.0
*/
final class NoLongClosuresUnitTest extends AbstractSniffUnitTest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*
* @covers PHPCSExtra\Universal\Sniffs\UseStatements\DisallowMixedGroupUseSniff
*
* @since 1.0.0
* @since 1.1.0
*/
final class DisallowMixedGroupUseUnitTest extends AbstractSniffUnitTest
{
Expand Down

0 comments on commit 3afcd8c

Please sign in to comment.