From 019057f846ed768c210884c466902968ee50dcd9 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Tue, 19 Mar 2019 09:35:45 -0400 Subject: [PATCH] Fix phpdoc typo in Module.php per processwire/processwire-issues#797 --- wire/core/Module.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/core/Module.php b/wire/core/Module.php index 365a177e..25549438 100644 --- a/wire/core/Module.php +++ b/wire/core/Module.php @@ -527,7 +527,7 @@ interface SearchableModule { /** * Search for items containing $text and return an array representation of them * - * You may implement also implement this method as hookable, i.e. ___search(), but not that you’ll + * You may also implement this method as hookable, i.e. ___search(), but note that you’ll * want to skip the "implements SearchableModule" in your class definition. * * Must return PHP array in the format below. For each item in the 'items' array, Only the 'title'