(NFC) CRM/Upgrade/Snapshot.php - Work-around for bug in linter
authorTim Otten <totten@civicrm.org>
Tue, 31 Jan 2023 02:36:09 +0000 (18:36 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 31 Jan 2023 02:36:09 +0000 (18:36 -0800)
commit4fd661e999762d28cee47c7cbdff176b51474bf6
tree90251357e44d51b66ae7ba58f27aee9559f32088
parent91cbc857c1ef34e90265fce7d423074a193ffa11
(NFC) CRM/Upgrade/Snapshot.php - Work-around for bug in linter

The linter for `@return` has a bug; it expects to see a `return`
and doesn't recognize the `yield` notation (which is radically new,
having been added in PHP 5.5 circa 2013).
CRM/Upgrade/Snapshot.php