Skip to content
Snippets Groups Projects

Issue #3472006 - Fix warnings

5 files
+ 15
6
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -55,7 +55,7 @@ class FapiValidationFiltersManager extends DefaultPluginManager {
*
* @param array &$element
* Form Element.
* @param \Drupal\Core\Form\FormStateInterface &$form_state
* @param \Drupal\Core\Form\FormStateInterface $form_state
* Form State Object.
*/
public function filter(array &$element, FormStateInterface $form_state) {
Loading