Update core 8.3.0
This commit is contained in:
parent
da7a7918f8
commit
cd7a898e66
6144 changed files with 132297 additions and 87747 deletions
4
web/vendor/symfony/dom-crawler/Form.php
vendored
4
web/vendor/symfony/dom-crawler/Form.php
vendored
|
@ -69,7 +69,7 @@ class Form extends Link implements \ArrayAccess
|
|||
*
|
||||
* @param array $values An array of field values
|
||||
*
|
||||
* @return $this
|
||||
* @return Form
|
||||
*/
|
||||
public function setValues(array $values)
|
||||
{
|
||||
|
@ -279,7 +279,7 @@ class Form extends Link implements \ArrayAccess
|
|||
/**
|
||||
* Gets all fields.
|
||||
*
|
||||
* @return FormField[]
|
||||
* @return FormField[] An array of fields
|
||||
*/
|
||||
public function all()
|
||||
{
|
||||
|
|
Reference in a new issue