Skip to content
Snippets Groups Projects
Commit 38b6f2e1 authored by aron novak's avatar aron novak
Browse files

php8.0 req

parent 0ab01608
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,4 @@ package: Date
core_version_requirement: ^9 || ^10
type: module
php: 7.3
php: 8.0
......@@ -9,7 +9,7 @@
* Implements hook_entity_type_build().
*/
function intl_date_entity_type_build(array &$entity_types) {
/** @var $entity_types \Drupal\Core\Entity\EntityTypeInterface[] */
/** @var \Drupal\Core\Entity\EntityTypeInterface[] $entity_types */
$entity_types['intl_date_format']
->setFormClass('add', 'Drupal\intl_date\Form\DateFormatAddForm')
->setFormClass('edit', 'Drupal\intl_date\Form\DateFormatEditForm')
......
......@@ -3,4 +3,3 @@ services:
class: Drupal\intl_date\TwigExtension
tags:
- { name: twig.extension }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment