Skip to content

Commit

Permalink
Small code doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebauman committed May 14, 2015
1 parent 322e4d8 commit 95e2134
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Stevebauman/Inventory/Traits/InventoryTrait.php
Expand Up @@ -47,7 +47,7 @@ abstract public function category();
/**
* The hasOne metric relationship.
*
* @return mixed
* @return \Illuminate\Database\Eloquent\Relations\HasOne
*/
abstract public function metric();

Expand Down Expand Up @@ -145,7 +145,7 @@ public static function findBySku($sku)
/**
* Returns the total sum of the current stock.
*
* @return mixed
* @return int|float
*/
public function getTotalStock()
{
Expand Down

0 comments on commit 95e2134

Please sign in to comment.