Skip to content

Commit bd3db72

Browse files
Delete unused class for #6007
1 parent 42187c2 commit bd3db72

File tree

3 files changed

+0
-26
lines changed

3 files changed

+0
-26
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ final class MigrationBuilder
6565
],
6666
];
6767

68-
/**
69-
* @throws MigrationBuilderException
70-
*/
7168
public function build(string $fromVersion): array
7269
{
7370
$stack = [new UpdateSchemaLocation];

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

Lines changed: 0 additions & 22 deletions
This file was deleted.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ final class Migrator
2222
{
2323
/**
2424
* @throws Exception
25-
* @throws MigrationBuilderException
2625
* @throws MigrationException
2726
* @throws XmlException
2827
*/

0 commit comments

Comments
 (0)