mirror of
https://github.com/processwire/processwire.git
synced 2025-08-17 20:11:46 +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
|
* 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.
|
* 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'
|
* 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