1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 07:47:00 +02:00

Typo fix in phpdoc of Module.php

This commit is contained in:
Ryan Cramer
2024-09-06 15:03:44 -04:00
parent ffddd85566
commit 6ff9109583

View File

@@ -588,4 +588,3 @@ interface SearchableModule {
*/ */
public function search($text, array $options = array()); public function search($text, array $options = array());
} }