Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3100110
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
drupal-3100110
Commits
72ae4d2a
Unverified
Commit
72ae4d2a
authored
3 years ago
by
Ted Bowman
Browse files
Options
Downloads
Patches
Plain Diff
make class final and everything private not public
parent
7bd8e44a
No related branches found
Branches containing commit
Tags
3100110-b4-rename
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/modules/update/src/ProjectStatusCalculator.php
+3
-3
3 additions, 3 deletions
core/modules/update/src/ProjectStatusCalculator.php
with
3 additions
and
3 deletions
core/modules/update/src/ProjectStatusCalculator.php
+
3
−
3
View file @
72ae4d2a
...
...
@@ -7,7 +7,7 @@
/**
* Calculates the update status of a project.
*/
class
ProjectStatusCalculator
{
final
class
ProjectStatusCalculator
{
/**
* The releases for the project that can be installed safely.
...
...
@@ -23,14 +23,14 @@ class ProjectStatusCalculator {
*
* @see \Drupal\update\UpdateManagerInterface::getProjects()
*/
pr
otec
te
d
$projectData
;
pr
iva
te
$projectData
;
/**
* The update server project information.
*
* @var \Drupal\update\UpdateServerProjectInfo
*/
pr
otec
te
d
$updateServerProjectInfo
;
pr
iva
te
$updateServerProjectInfo
;
/**
* Constructs a ProjectStatusCalculator object.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment