forked from squizlabs/PHP_CodeSniffer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spelling - seperator should be separator
- Loading branch information
1 parent
b245bb3
commit 2c41990
Showing
3 changed files
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?php | ||
/** | ||
* Tests the backfilling of numeric seperators to PHP < 7.4. | ||
* Tests the backfilling of numeric separators to PHP < 7.4. | ||
* | ||
* @author Greg Sherwood <[email protected]> | ||
* @copyright 2019 Squiz Pty Ltd (ABN 77 084 670 600) | ||
|
@@ -16,7 +16,7 @@ class BackfillNumericSeparatorTest extends AbstractMethodUnitTest | |
|
||
|
||
/** | ||
* Test that numbers using numeric seperators are tokenized correctly. | ||
* Test that numbers using numeric separators are tokenized correctly. | ||
* | ||
* @param array $testData The data required for the specific test case. | ||
* | ||
|
@@ -145,7 +145,7 @@ public function dataTestBackfill() | |
|
||
|
||
/** | ||
* Test that numbers using numeric seperators which are considered parse errors and/or | ||
* Test that numbers using numeric separators which are considered parse errors and/or | ||
* which aren't relevant to the backfill, do not incorrectly trigger the backfill anyway. | ||
* | ||
* @param string $testMarker The comment which prefaces the target token in the test file. | ||
|