Skip to content
Snippets Groups Projects

Issue #3323565: Add 'declare(strict_types = 1)' in tests + recheck test modules + check *.module files.

Merged Issue #3323565: Add 'declare(strict_types = 1)' in tests + recheck test modules + check *.module files.
38 files
+ 76
0
Compare changes
  • Side-by-side
  • Inline
Files
38
<?php
<?php
 
declare(strict_types = 1);
 
namespace Drupal\automatic_updates_test\Datetime;
namespace Drupal\automatic_updates_test\Datetime;
use Drupal\Component\Datetime\Time;
use Drupal\Component\Datetime\Time;
Loading