mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Fixed typos
This commit is contained in:
parent
63df16a369
commit
d04d743520
144 changed files with 263 additions and 265 deletions
|
@ -30,7 +30,7 @@ use Doctrine\ORM\QueryBuilder;
|
|||
class PartRepository extends NamedDBElementRepository
|
||||
{
|
||||
/**
|
||||
* Gets the summed up instock of all parts (only parts without an measurent unit).
|
||||
* Gets the summed up instock of all parts (only parts without a measurement unit).
|
||||
*
|
||||
* @throws NoResultException
|
||||
* @throws NonUniqueResultException
|
||||
|
@ -49,7 +49,7 @@ class PartRepository extends NamedDBElementRepository
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets the number of parts that has price informations.
|
||||
* Gets the number of parts that has price information.
|
||||
*
|
||||
* @throws NoResultException
|
||||
* @throws NonUniqueResultException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue