Skip to content

Commit e06edb2

Browse files
committed
removed compatibility for old class names
1 parent da1102f commit e06edb2

File tree

4 files changed

+0
-46
lines changed

4 files changed

+0
-46
lines changed

src/Forms/Control.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@ function getErrors(): array;
3939
*/
4040
function isOmitted(): bool;
4141
}
42-
43-
44-
interface_exists(IControl::class);

src/Forms/FormRenderer.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ interface FormRenderer
2020
*/
2121
function render(Form $form): string;
2222
}
23-
24-
25-
interface_exists(IFormRenderer::class);

src/Forms/SubmitterControl.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,3 @@ interface SubmitterControl extends Control
2020
*/
2121
function getValidationScope(): ?array;
2222
}
23-
24-
25-
interface_exists(ISubmitterControl::class);

src/compatibility.php

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

0 commit comments

Comments
 (0)