Skip to content

Commit 95e2134

Browse files
committed
Small code doc updates
1 parent 322e4d8 commit 95e2134

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Stevebauman/Inventory/Traits/InventoryTrait.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ abstract public function category();
4747
/**
4848
* The hasOne metric relationship.
4949
*
50-
* @return mixed
50+
* @return \Illuminate\Database\Eloquent\Relations\HasOne
5151
*/
5252
abstract public function metric();
5353

@@ -145,7 +145,7 @@ public static function findBySku($sku)
145145
/**
146146
* Returns the total sum of the current stock.
147147
*
148-
* @return mixed
148+
* @return int|float
149149
*/
150150
public function getTotalStock()
151151
{

0 commit comments

Comments
 (0)