Update core 8.3.0
This commit is contained in:
parent
da7a7918f8
commit
cd7a898e66
6144 changed files with 132297 additions and 87747 deletions
|
|
@ -15,8 +15,6 @@ use Symfony\Component\DomCrawler\Field\FormField;
|
|||
|
||||
/**
|
||||
* This is an internal class that must not be used directly.
|
||||
*
|
||||
* @internal
|
||||
*/
|
||||
class FormFieldRegistry
|
||||
{
|
||||
|
|
@ -151,7 +149,7 @@ class FormFieldRegistry
|
|||
* @param string $base The fully qualified name of the base field
|
||||
* @param array $values The values of the fields
|
||||
*
|
||||
* @return static
|
||||
* @return FormFieldRegistry
|
||||
*/
|
||||
private static function create($base, array $values)
|
||||
{
|
||||
|
|
|
|||
Reference in a new issue