Codestyle

This commit is contained in:
Patrick Henninger
2019-01-14 18:18:21 +01:00
parent 5636a36388
commit 7436422b01
8 changed files with 96 additions and 93 deletions

View File

@@ -80,4 +80,4 @@ class BuyableProduct implements Buyable
{
return $this->weight;
}
}
}

View File

@@ -42,4 +42,4 @@ class BuyableProductTrait implements Buyable
$this->price = $price;
$this->weight = $weight;
}
}
}

View File

@@ -30,7 +30,7 @@ class Identifiable implements InstanceIdentifier
}
/**
* Get the unique identifier to load the Cart from
* Get the unique identifier to load the Cart from.
*
* @return int|string
*/
@@ -40,7 +40,7 @@ class Identifiable implements InstanceIdentifier
}
/**
* Get the unique identifier to load the Cart from
* Get the unique identifier to load the Cart from.
*
* @return int|string
*/
@@ -48,4 +48,4 @@ class Identifiable implements InstanceIdentifier
{
return $this->discountRate;
}
}
}

View File

@@ -10,4 +10,4 @@ class ProductModel
{
return $this;
}
}
}