Skip to content
Snippets Groups Projects

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

1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -2,7 +2,6 @@
declare(strict_types = 1);
namespace Drupal\automatic_updates\Controller;
use Drupal\automatic_updates\Validation\ValidationResultDisplayTrait;
Loading