added strict type declaration

This commit is contained in:
naomi 2022-05-13 14:18:17 +01:00
parent e5358503f4
commit 19e0718fb8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php
<?php declare(strict_types = 1);
namespace Drupal\opencase\Plugin\Block;