Fixed up incomplete/invalid PHPDoc

This commit is contained in:
pontus.horn
2016-08-25 19:54:38 +02:00
parent 5db2cb4f7c
commit f0529e8446

View File

@@ -44,10 +44,11 @@ class PicoSearch extends AbstractPicoPlugin
/**
* If accessing search results, {@link Pico::discoverRequestFile()} will have failed since
* the search terms are included in the URL but do not map to a file. Therefore,
* the search terms are included in the URL but do not map to a file. This method takes care
* of finding the appropriate file.
*
* @see Pico::discoverRequestFile()
* @param string &$url request URL
* @param string &$file request file
* @return void
*/
public function onRequestFile(&$file)