Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

[TASK] Fix formatting for lists #534

Merged
merged 1 commit into from
Jul 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ The method :php:`isValid()` does not return a value but adds an error to the
:php:`TYPO3\CMS\Extbase\Error\Result` in case the validation fails.

There are 2 types of validation checks:

#. A loose check is making only a relaxed check over a very large range of possible values.
#. A tight check requires the exact fitting of the value.

Expand Down