@@ -176,7 +176,6 @@ |
||
176 | 176 | |
177 | 177 | /** |
178 | 178 | * Get the comment of the element. |
179 | - |
|
180 | 179 | * |
181 | 180 | * @return string the comment |
182 | 181 | */ |
@@ -88,13 +88,13 @@ |
||
88 | 88 | } |
89 | 89 | |
90 | 90 | /** |
91 | - * Gets the number of parts that are low in stock. |
|
92 | - * |
|
93 | - * That is, it's total amount is smaller than the minimal amount. |
|
94 | - * |
|
95 | - * @throws \Doctrine\ORM\NoResultException |
|
96 | - * @throws \Doctrine\ORM\NonUniqueResultException |
|
97 | - */ |
|
91 | + * Gets the number of parts that are low in stock. |
|
92 | + * |
|
93 | + * That is, it's total amount is smaller than the minimal amount. |
|
94 | + * |
|
95 | + * @throws \Doctrine\ORM\NoResultException |
|
96 | + * @throws \Doctrine\ORM\NonUniqueResultException |
|
97 | + */ |
|
98 | 98 | public function getPartCountWithLowStock(): int |
99 | 99 | { |
100 | 100 | $in = $this->getEntityManager()->createQueryBuilder(); |