From 796f0da3797f458e8488a12550a08d8e63a512c1 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 8 Aug 2020 13:06:54 +0000 Subject: [PATCH] Remove duplicated word git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350292 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/predefined/closure/bind.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/language/predefined/closure/bind.xml b/language/predefined/closure/bind.xml index 596c911a50..d1218cf28e 100644 --- a/language/predefined/closure/bind.xml +++ b/language/predefined/closure/bind.xml @@ -49,7 +49,7 @@ newscope - The class scope to which associate the closure is to be associated, or + The class scope to which the closure is to be associated, or 'static' to keep the current one. If an object is given, the type of the object will be used instead. This determines the visibility of protected and private methods of the bound object.