Skip to content

Commit 2c41990

Browse files
committed
Spelling - seperator should be separator
1 parent b245bb3 commit 2c41990

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tests/Core/File/FindEndOfStatementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public function testMatchDefault()
278278

279279

280280
/**
281-
* Test multiple comma-seperated match expression case values.
281+
* Test multiple comma-separated match expression case values.
282282
*
283283
* @return void
284284
*/

tests/Core/File/FindStartOfStatementTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ public function testMatchDefault()
315315

316316

317317
/**
318-
* Test multiple comma-seperated match expression case values.
318+
* Test multiple comma-separated match expression case values.
319319
*
320320
* @return void
321321
*/

tests/Core/Tokenizer/BackfillNumericSeparatorTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Tests the backfilling of numeric seperators to PHP < 7.4.
3+
* Tests the backfilling of numeric separators to PHP < 7.4.
44
*
55
* @author Greg Sherwood <[email protected]>
66
* @copyright 2019 Squiz Pty Ltd (ABN 77 084 670 600)
@@ -16,7 +16,7 @@ class BackfillNumericSeparatorTest extends AbstractMethodUnitTest
1616

1717

1818
/**
19-
* Test that numbers using numeric seperators are tokenized correctly.
19+
* Test that numbers using numeric separators are tokenized correctly.
2020
*
2121
* @param array $testData The data required for the specific test case.
2222
*
@@ -145,7 +145,7 @@ public function dataTestBackfill()
145145

146146

147147
/**
148-
* Test that numbers using numeric seperators which are considered parse errors and/or
148+
* Test that numbers using numeric separators which are considered parse errors and/or
149149
* which aren't relevant to the backfill, do not incorrectly trigger the backfill anyway.
150150
*
151151
* @param string $testMarker The comment which prefaces the target token in the test file.

0 commit comments

Comments
 (0)