Skip to content
Snippets Groups Projects

Issue #3454291 by joegraduate: GitLabCI: Fix existing PHPStan issues

2 files
+ 2
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -164,7 +164,7 @@ class ConfigSnapshot extends ConfigEntityBase implements ConfigSnapshotInterface
// Sort the items by collection then by name.
array_multisort($collections, SORT_ASC, $names, SORT_ASC, $this->items);
parent::save();
return parent::save();
}
/**
Loading