mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-04 15:34:35 +02:00
Fixed typos
This commit is contained in:
parent
63df16a369
commit
d04d743520
144 changed files with 263 additions and 265 deletions
|
@ -93,7 +93,7 @@ class StatisticsHelper
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns the number of all parts which have price informations.
|
||||
* Returns the number of all parts which have price information.
|
||||
*
|
||||
* @throws NoResultException
|
||||
* @throws NonUniqueResultException
|
||||
|
@ -147,7 +147,7 @@ class StatisticsHelper
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets the count of all external (only containing an URL) attachments.
|
||||
* Gets the count of all external (only containing a URL) attachments.
|
||||
*
|
||||
* @throws NoResultException
|
||||
* @throws NonUniqueResultException
|
||||
|
@ -158,7 +158,7 @@ class StatisticsHelper
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets the count of all attachments where the user uploaded an file.
|
||||
* Gets the count of all attachments where the user uploaded a file.
|
||||
*
|
||||
* @throws NoResultException
|
||||
* @throws NonUniqueResultException
|
||||
|
|
|
@ -59,7 +59,7 @@ class TagFinder
|
|||
|
||||
$options = $resolver->resolve($options);
|
||||
|
||||
//If the keyword is too short we will get to much results, which takes too much time...
|
||||
//If the keyword is too short we will get too much results, which takes too much time...
|
||||
if (mb_strlen($keyword) < $options['min_keyword_length']) {
|
||||
return [];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue