Passed
Pull Request — master (#78)
by
unknown
09:17 queued 04:28
created
src/Entity/Base/AbstractStructuralDBElement.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,6 @@
 block discarded – undo
176 176
 
177 177
     /**
178 178
      *  Get the comment of the element.
179
-
180 179
      *
181 180
      * @return string the comment
182 181
      */
Please login to merge, or discard this patch.
src/Repository/PartRepository.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -88,13 +88,13 @@
 block discarded – undo
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();
Please login to merge, or discard this patch.