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

@@ -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;
}
}
}