Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
automatic_updates
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
automatic_updates
Merge requests
!594
Issue
#3321282
: Add 'declare(strict_types = 1)' where needed
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3321282
: Add 'declare(strict_types = 1)' where needed
issue/automatic_updates-3321282:3321282-add-declarestricttypes-
into
8.x-2.x
Overview
18
Commits
14
Pipelines
1
Changes
3
Merged
omkar podey
requested to merge
issue/automatic_updates-3321282:3321282-add-declarestricttypes-
into
8.x-2.x
2 years ago
Overview
18
Commits
14
Pipelines
1
Changes
3
Expand
0
0
Merge request reports
Viewing commit
47488dd6
Show latest version
3 files
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
47488dd6
add it to files missed
· 47488dd6
omkar podey
authored
2 years ago
package_manager/package_manager.install
+
2
−
0
Options
@@ -5,6 +5,8 @@
* Contains install and update functions for Package Manager.
*/
declare
(
strict_types
=
1
);
use
Drupal\package_manager
\Exception\ApplyFailedException
;
/**
Loading