We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 322e4d8 commit 95e2134Copy full SHA for 95e2134
src/Stevebauman/Inventory/Traits/InventoryTrait.php
@@ -47,7 +47,7 @@ abstract public function category();
47
/**
48
* The hasOne metric relationship.
49
*
50
- * @return mixed
+ * @return \Illuminate\Database\Eloquent\Relations\HasOne
51
*/
52
abstract public function metric();
53
@@ -145,7 +145,7 @@ public static function findBySku($sku)
145
146
* Returns the total sum of the current stock.
147
148
+ * @return int|float
149
150
public function getTotalStock()
151
{
0 commit comments