We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1ce79 commit e4db160Copy full SHA for e4db160
1 file changed
appendices/migration74/new-features.xml
@@ -1,5 +1,5 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<!-- EN-Revision: e150cc645a17588282e5e6b5e43e600a2f345549 Maintainer: samesch Status: ready -->
+<!-- EN-Revision: 8e2cfbdce0cd028a6521c6e073f148e0f7efac7c Maintainer: samesch Status: ready -->
3
<!-- Reviewed: no -->
4
5
<sect1 xml:id="migration74.new-features" xmlns:xlink="http://www.w3.org/1999/xlink">
@@ -96,8 +96,8 @@ class A
96
class B extends A
97
{
98
// Fatal error: Could not check compatibility between B::method():C and
99
- // A::method(): A, because class С is not available
100
- public function method(): С {}
+ // A::method(): A, because class C is not available
+ public function method(): C {}
101
}
102
103
class C extends B {}
0 commit comments