Skip to content

Commit

Permalink
[TASK] Implement strict types in remaining Form fields / interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
NamelessCoder committed Aug 13, 2023
1 parent 33e67db commit 5c15233
Show file tree
Hide file tree
Showing 23 changed files with 233 additions and 947 deletions.
253 changes: 49 additions & 204 deletions Classes/Form/AbstractInlineFormField.php

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions Classes/Form/AbstractMultiValueFormField.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
use TYPO3\CMS\Extbase\Persistence\QueryInterface;
use TYPO3\CMS\Extbase\Reflection\ObjectAccess;

/**
* AbstractMultiValueFormField
*/
abstract class AbstractMultiValueFormField extends AbstractFormField implements MultiValueFieldInterface
{
protected int $size = 1;
Expand Down
Loading

0 comments on commit 5c15233

Please sign in to comment.