Skip to content

Commit e15b799

Browse files
Merge branch '11.4' into 11.5
2 parents 877ba00 + 24e6819 commit e15b799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/TextUI/Configuration/Xml/Migration/Migrator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public function migrate(string $filename): string
3232
$origin = (new SchemaDetector)->detect($filename);
3333

3434
if (!$origin->detected()) {
35-
throw new Exception('The file does not validate against any know schema');
35+
throw new Exception('The file does not validate against any known schema');
3636
}
3737

3838
if ($origin->version() === Version::series()) {

tests/end-to-end/migration/unsupported-schema.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require_once __DIR__ . '/../../bootstrap.php';
1515
PHPUnit %s by Sebastian Bergmann and contributors.
1616

1717
Migration of %s failed:
18-
The file does not validate against any know schema
18+
The file does not validate against any known schema
1919
--CLEAN--
2020
<?php declare(strict_types=1);
2121
unlink(sys_get_temp_dir() . '/phpunit.xml');

0 commit comments

Comments
 (0)