Further codestyle changes

This commit is contained in:
Patrick Henninger
2019-01-14 18:05:10 +01:00
parent d6c7226e35
commit 21ebf67f99
13 changed files with 36 additions and 28 deletions

View File

@@ -4,4 +4,6 @@ namespace Gloudemans\Shoppingcart\Exceptions;
use RuntimeException;
class CartAlreadyStoredException extends RuntimeException {}
class CartAlreadyStoredException extends RuntimeException
{
}

View File

@@ -4,4 +4,6 @@ namespace Gloudemans\Shoppingcart\Exceptions;
use RuntimeException;
class InvalidRowIDException extends RuntimeException {}
class InvalidRowIDException extends RuntimeException
{
}

View File

@@ -4,4 +4,6 @@ namespace Gloudemans\Shoppingcart\Exceptions;
use RuntimeException;
class UnknownModelException extends RuntimeException {}
class UnknownModelException extends RuntimeException
{
}