@@ -87,13 +87,13 @@ |
||
87 | 87 | } |
88 | 88 | |
89 | 89 | /** |
90 | - * Gets the number of parts that are low in stock. |
|
91 | - * |
|
92 | - * That is, it's total amount is smaller than the minimal amount. |
|
93 | - * |
|
94 | - * @throws \Doctrine\ORM\NoResultException |
|
95 | - * @throws \Doctrine\ORM\NonUniqueResultException |
|
96 | - */ |
|
90 | + * Gets the number of parts that are low in stock. |
|
91 | + * |
|
92 | + * That is, it's total amount is smaller than the minimal amount. |
|
93 | + * |
|
94 | + * @throws \Doctrine\ORM\NoResultException |
|
95 | + * @throws \Doctrine\ORM\NonUniqueResultException |
|
96 | + */ |
|
97 | 97 | public function getPartCountWithLowStock(): int |
98 | 98 | { |
99 | 99 | /* Query to get total amount for every part. |