mirror of
https://github.com/processwire/processwire.git
synced 2025-08-16 11:44:42 +02:00
Fix phpdoc typo in Module.php per processwire/processwire-issues#797
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user