Skip to content
Snippets Groups Projects

Issue #3321282: Add 'declare(strict_types = 1)' where needed

Files
40
<?php
<?php
 
declare(strict_types = 1);
 
namespace Drupal\automatic_updates\Controller;
namespace Drupal\automatic_updates\Controller;
use Drupal\automatic_updates\Validation\ValidationResultDisplayTrait;
use Drupal\automatic_updates\Validation\ValidationResultDisplayTrait;
Loading