- Issue created by @joseft40
- 🇮🇳India josedsilva Goa
@joseft40 Please can you submit a merge request instead of a patch?
https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-dr... →
Better Exposed Filters: isApplicable methods declarations must be compatible with FilterWidgetBase methods.
I receive these errors in the JS console when I try to access the Better Exposed filter configuration in a view:
Fatal error: Declaration of Drupal\daterangepickerwidget\Plugin\better_exposed_filters\filter\DateRangePickerFilter::isApplicable($filter = null, array $filter_options = []) must be compatible with Drupal\better_exposed_filters\Plugin\better_exposed_filters\filter\FilterWidgetBase::isApplicable(mixed $filter = null, array $filter_options = []): bool
Update method declarations to match the parent class.
Active
1.0
Code
@joseft40 Please can you submit a merge request instead of a patch?
https://www.drupal.org/docs/develop/git/using-gitlab-to-contribute-to-dr... →