php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #73259
Patch doc-fix-73259 revision 2019-01-20 17:56 UTC by girgias@php.net

Patch doc-fix-73259 for Class/Object related Bug #73259

Patch version 2019-01-20 17:56 UTC

Return to Bug #73259 | Download this patch
Patch Revisions:

Developer: girgias@php.net

--- en/language/oop5/interfaces.xml
+++ en/language/oop5/interfaces.xml
@@ -45,9 +45,9 @@
    </note>
    <note>
     <para>
-     The class implementing the interface must use the exact same method
-     signatures as are defined in the interface. Not doing so will result in a
-     fatal error.
+     The class implementing the interface must use a method signatures
+     which is compatible with LSP (Liskov Substitution Principle).
+     Not doing so will result in a fatal error.
      </para>
     </note>
   </sect2>
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 30 23:01:29 2024 UTC