Skip to content

Commit

Permalink
removed compatibility for old class names
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 5, 2023
1 parent 007a46a commit ccf7644
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 46 deletions.
3 changes: 0 additions & 3 deletions src/Forms/Control.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,3 @@ function getErrors(): array;
*/
function isOmitted(): bool;
}


interface_exists(IControl::class);
3 changes: 0 additions & 3 deletions src/Forms/FormRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ interface FormRenderer
*/
function render(Form $form): string;
}


interface_exists(IFormRenderer::class);
3 changes: 0 additions & 3 deletions src/Forms/SubmitterControl.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ interface SubmitterControl extends Control
*/
function getValidationScope(): ?array;
}


interface_exists(ISubmitterControl::class);
37 changes: 0 additions & 37 deletions src/compatibility.php

This file was deleted.

0 comments on commit ccf7644

Please sign in to comment.