Skip to content
Snippets Groups Projects

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

3 files
+ 6
0
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -5,6 +5,8 @@
* Contains install and update functions for Package Manager.
*/
declare(strict_types = 1);
use Drupal\package_manager\Exception\ApplyFailedException;
/**
Loading