mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-09 12:39:30 +00:00
Fixed code style.
This commit is contained in:
parent
1aed1d1d26
commit
9a7223a301
142 changed files with 534 additions and 716 deletions
|
|
@ -52,7 +52,7 @@ class TagFinder
|
|||
* @param string $keyword The keyword the tag must begin with
|
||||
* @param array $options Some options specifying the search behavior. See configureOptions for possible options.
|
||||
*
|
||||
* @return string[] An array containing the tags that match the given keyword.
|
||||
* @return string[] an array containing the tags that match the given keyword
|
||||
*/
|
||||
public function searchTags(string $keyword, array $options = [])
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue