Skip to content
Snippets Groups Projects
Commit 520e6bad authored by Tim Rohaly's avatar Tim Rohaly Committed by Tim Rohaly
Browse files

Issue #3460100 by TR: Add declare(strict_types=1) to all tests

parent 5a388e2d
Branches
Tags
1 merge request!26Issue #3460100 by TR: Add declare(strict_types=1) to all tests
Pipeline #219406 passed
Showing
with 28 additions and 0 deletions
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Functional\TypedDataFormWidget;
use Drupal\Core\Plugin\Context\ContextDefinition;
......
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Functional\TypedDataFormWidget;
use Drupal\Core\Datetime\DrupalDateTime;
......
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Functional\TypedDataFormWidget;
use Drupal\Core\TypedData\TypedDataTrait;
......
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Functional\TypedDataFormWidget;
use Drupal\Core\Plugin\Context\ContextDefinition;
......
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Functional\TypedDataFormWidget;
use Drupal\Core\Plugin\Context\ContextDefinition;
......
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Functional\TypedDataFormWidget;
use Drupal\Core\Plugin\Context\ContextDefinition;
......
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Kernel;
use Drupal\Core\Field\FieldStorageDefinitionInterface;
......
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Kernel;
use Drupal\Core\Field\FieldStorageDefinitionInterface;
......
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Kernel;
use Drupal\Core\Entity\TypedData\EntityDataDefinition;
......
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Kernel;
use Drupal\Core\Datetime\Entity\DateFormat;
......
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Kernel;
use Drupal\Core\TypedData\DataDefinition;
......
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Kernel;
use Drupal\Component\Render\HtmlEscapedText;
......
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Kernel;
use Drupal\Core\TypedData\DataDefinition;
......
<?php
declare(strict_types=1);
namespace Drupal\Tests\typed_data\Traits;
use Behat\Mink\Element\NodeElement;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment