Typo in EntityUpdateCommands.php (summery vs summary)

Created on 15 March 2023, over 1 year ago
Updated 17 July 2023, over 1 year ago

Problem/Motivation

When attempting to run `drush upec` received error that an undefined method displaySummery() existed.

Steps to reproduce

1. Install module via composer with `3.0@RC`
2. Enable module (via UI or `drush en entity_update -y`)
3. From console, run `drush upec`
4. Note the `Call to undefined method Drupal\entity_update\EntityUpdatePrint::displaySummery()` error.

Proposed resolution

Change line 286 in src/Commands/EntityUpdatesCommands.php to `displaySummary($type)` instead of `displaySummery($type)`

Remaining tasks

None

User interface changes

None

API changes

None

Data model changes

None

🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

🇺🇸United States chadedge

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024