Skip to content

Commit

Permalink
Spelling - seperator should be separator
Browse files Browse the repository at this point in the history
  • Loading branch information
powellblyth committed Apr 8, 2021
1 parent b245bb3 commit 2c41990
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/Core/File/FindEndOfStatementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ public function testMatchDefault()


/**
* Test multiple comma-seperated match expression case values.
* Test multiple comma-separated match expression case values.
*
* @return void
*/
Expand Down
2 changes: 1 addition & 1 deletion tests/Core/File/FindStartOfStatementTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ public function testMatchDefault()


/**
* Test multiple comma-seperated match expression case values.
* Test multiple comma-separated match expression case values.
*
* @return void
*/
Expand Down
6 changes: 3 additions & 3 deletions tests/Core/Tokenizer/BackfillNumericSeparatorTest.php
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 <gsherwood@squiz.net>
* @copyright 2019 Squiz Pty Ltd (ABN 77 084 670 600)
Expand All @@ -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.
*
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 2c41990

Please sign in to comment.