1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-17 04:04:13 +02:00

Fix phpdoc typo in Module.php per processwire/processwire-issues#797

This commit is contained in:
Ryan Cramer
2019-03-19 09:35:45 -04:00
parent 2aa2342e18
commit 019057f846

View File

@@ -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 youll
* You may also implement this method as hookable, i.e. ___search(), but note that youll
* 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'