Skip to content
Snippets Groups Projects
Commit 947609eb authored by Tim Rohaly's avatar Tim Rohaly
Browse files

Merge branch '3483321-add-declarestricttypes1-to' into '2.1.x'

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

See merge request !37
parents 8ab996ed 36528d8a
No related branches found
No related tags found
No related merge requests found
Pipeline #320123 passed
<?php
declare(strict_types=1);
namespace Drupal\typed_data_global_context_test\ContextProvider;
use Drupal\Core\Plugin\Context\Context;
......
<?php
declare(strict_types=1);
namespace Drupal\typed_data_widget_test;
use Drupal\Core\Controller\ControllerBase;
......
<?php
declare(strict_types=1);
namespace Drupal\typed_data_widget_test;
use Drupal\Core\Form\FormBase;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment