Skip to content
Snippets Groups Projects

Issue #3483321 by tr: Add declare(strict_types=1) to all test modules

Files
3
<?php
declare(strict_types=1);
namespace Drupal\typed_data_global_context_test\ContextProvider;
use Drupal\Core\Plugin\Context\Context;
Loading