Verified Commit 32aa5d54 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3442304 by thejimbirch: Use strict types in all the new code

(cherry picked from commit 5cacfa6f7910557033690f9815e78aa56dccea21)
parent 0896a66a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
<?php

declare(strict_types=1);

namespace Drupal\Core\Config\Action\Attribute;

// cspell:ignore inflector
+2 −0
Original line number Diff line number Diff line
<?php

declare(strict_types=1);

namespace Drupal\Core\Config\Action;

/**
+2 −0
Original line number Diff line number Diff line
<?php

declare(strict_types=1);

namespace Drupal\Core\Config\Action;

use Drupal\Component\Plugin\PluginBase;
+2 −0
Original line number Diff line number Diff line
<?php

declare(strict_types=1);

namespace Drupal\Core\Config\Action;

/**
+2 −0
Original line number Diff line number Diff line
<?php

declare(strict_types=1);

namespace Drupal\Core\Config\Action;

/**
Loading