-
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #563 from PHPCSStandards/feature/docs-various-fixes
Documentation: various minor improvements
- Loading branch information
Showing
6 changed files
with
8 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
/** | ||
* Tests for the \PHP_CodeSniffer\Util\Sniffs\Common::stripColors() method. | ||
* Tests for the \PHP_CodeSniffer\Util\Common::stripColors() method. | ||
* | ||
* @author Juliette Reinders Folmer <[email protected]> | ||
* @copyright 2024 Juliette Reinders Folmer. All rights reserved. | ||
|
@@ -13,7 +13,7 @@ | |
use PHPUnit\Framework\TestCase; | ||
|
||
/** | ||
* Tests for the \PHP_CodeSniffer\Util\Sniffs\Common::stripColors() method. | ||
* Tests for the \PHP_CodeSniffer\Util\Common::stripColors() method. | ||
* | ||
* @covers \PHP_CodeSniffer\Util\Common::stripColors | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
/** | ||
* Tests for the \PHP_CodeSniffer\Util\Sniffs\Common::suggestType() method. | ||
* Tests for the \PHP_CodeSniffer\Util\Common::suggestType() method. | ||
* | ||
* @author Juliette Reinders Folmer <[email protected]> | ||
* @copyright 2019 Juliette Reinders Folmer. All rights reserved. | ||
|
@@ -13,7 +13,7 @@ | |
use PHPUnit\Framework\TestCase; | ||
|
||
/** | ||
* Tests for the \PHP_CodeSniffer\Util\Sniffs\Common::suggestType() method. | ||
* Tests for the \PHP_CodeSniffer\Util\Common::suggestType() method. | ||
* | ||
* @covers \PHP_CodeSniffer\Util\Common::suggestType | ||
*/ | ||
|