From f559b71c79f2900e194307968af5fcb2ad33b4cb Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Fri, 25 May 2018 14:50:18 +0000 Subject: [PATCH] Improve wording Patch provided by anonymous user. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@345055 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/oop5/interfaces.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/oop5/interfaces.xml b/language/oop5/interfaces.xml index 89c45b5fcc..17a73db508 100644 --- a/language/oop5/interfaces.xml +++ b/language/oop5/interfaces.xml @@ -5,7 +5,7 @@ Object interfaces allow you to create code which specifies which methods a class must implement, without having to define how these methods are - handled. + implemented. Interfaces are defined in the same way as a class, but with the interface