mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
Fixed code style.
This commit is contained in:
parent
1aed1d1d26
commit
9a7223a301
142 changed files with 534 additions and 716 deletions
|
@ -55,7 +55,7 @@ class BuiltinAttachmentsFinder
|
|||
* The array is a list of the relative filenames using the %PLACEHOLDERS%.
|
||||
* The list contains the files from all configured valid ressoureces.
|
||||
*
|
||||
* @return array The list of the ressources, or an empty array if an error happened.
|
||||
* @return array the list of the ressources, or an empty array if an error happened
|
||||
*/
|
||||
public function getListOfRessources(): array
|
||||
{
|
||||
|
@ -92,9 +92,9 @@ class BuiltinAttachmentsFinder
|
|||
/**
|
||||
* Find all ressources which are matching the given keyword and the specified options.
|
||||
*
|
||||
* @param string $keyword The keyword you want to search for.
|
||||
* @param string $keyword the keyword you want to search for
|
||||
* @param array $options Here you can specify some options (see configureOptions for list of options)
|
||||
* @param array|null $base_list The list from which should be used as base for filtering.
|
||||
* @param array|null $base_list the list from which should be used as base for filtering
|
||||
*
|
||||
* @return array The list of the results matching the specified keyword and options
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue