From: Christoph M. Becker Date: Thu, 26 Nov 2020 22:34:35 +0000 (+0100) Subject: Fix bug number X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49e1ed1941ac496f445a234016d2a25c755e8f6b;p=php Fix bug number --- diff --git a/NEWS b/NEWS index 095c0efce8..e3333f3570 100644 --- a/NEWS +++ b/NEWS @@ -107,7 +107,7 @@ PHP NEWS . Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date). (cmb) . Fixed bug #80334 (assert() vs named parameters - confusing error). (Nikita) - . Fixed bug #8055 (Abstract trait methods returning "self" cannot be + . Fixed bug #80055 (Abstract trait methods returning "self" cannot be fulfilled by traits). (Nikita) . Fixed faulty generator cleanup with yield from. (Bob) . Implement #[Attr] Attribute syntax as per final vote in RFC