Skip to content

Commit 9b32b41

Browse files
committed
removed compatibility for old class names
1 parent 2670797 commit 9b32b41

4 files changed

Lines changed: 0 additions & 46 deletions

File tree

src/Forms/Control.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,3 @@ function getErrors(): array;
4040
*/
4141
function isOmitted(): bool;
4242
}
43-
44-
45-
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)