This commit is contained in:
Manuel Raynaud
2013-09-30 10:35:34 +02:00
parent 43b5a129f7
commit c65ec67bdf
168 changed files with 577 additions and 818 deletions

View File

@@ -41,7 +41,7 @@ class OrderException extends \RuntimeException
public function __construct($message, $code = null, $arguments = array(), $previous = null)
{
if(is_array($arguments)) {
if (is_array($arguments)) {
$this->arguments = $arguments;
}
if ($code === null) {