]> granicus.if.org Git - php/commitdiff
Fix bug number
authorChristoph M. Becker <cmbecker69@gmx.de>
Thu, 26 Nov 2020 22:34:35 +0000 (23:34 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Thu, 26 Nov 2020 22:34:35 +0000 (23:34 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 095c0efce8f4745a3fd0608d957000588fd1684f..e3333f3570eef21e9923a416d1773766ec808f9d 100644 (file)
--- 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