Skip to content
Snippets Groups Projects

Issue #3229485: Clean up some exclusion code

Merged Adam G-H requested to merge issue/automatic_updates-3229485:3229485-clean-up-some into 8.x-2.x
All threads resolved!
2 files
+ 9
14
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -10,14 +10,6 @@ use Drupal\automatic_updates\Updater;
*/
class TestUpdater extends Updater {
/**
* {@inheritdoc}
*/
public function getExclusions(): array {
// Overridden for public visibility.
return parent::getExclusions();
}
/**
* Sets the errors to be thrown during the begin() method.
*
Loading