Skip to content

Commit e4db160

Browse files
authored
[Sync EN] migration74: Tippfehler im Codebeispiel korrigieren (kyrillisches C) (#273)
1 parent 2b1ce79 commit e4db160

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

appendices/migration74/new-features.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- EN-Revision: e150cc645a17588282e5e6b5e43e600a2f345549 Maintainer: samesch Status: ready -->
2+
<!-- EN-Revision: 8e2cfbdce0cd028a6521c6e073f148e0f7efac7c Maintainer: samesch Status: ready -->
33
<!-- Reviewed: no -->
44

55
<sect1 xml:id="migration74.new-features" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -96,8 +96,8 @@ class A
9696
class B extends A
9797
{
9898
// Fatal error: Could not check compatibility between B::method():C and
99-
// A::method(): A, because class С is not available
100-
public function method(): С {}
99+
// A::method(): A, because class C is not available
100+
public function method(): C {}
101101
}
102102
103103
class C extends B {}

0 commit comments

Comments
 (0)