File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff line change 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 <gsherwood@squiz.net>
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.
You can’t perform that action at this time.
0 commit comments