Skip to content
Snippets Groups Projects
Commit e1fe12eb 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 5b7869aa 4b9c0271
No related branches found
No related tags found
No related merge requests found
Pipeline #320136 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