Passed
Pull Request — master (#78)
by
unknown
04:12
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
@@ -87,13 +87,13 @@
 block discarded – undo
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.
Please login to merge, or discard this patch.