Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
@@ -28,7 +28,7 @@ class CardArchivedException extends \Exception {
|
||||
* Constructor
|
||||
* @param string $msg the error message
|
||||
*/
|
||||
public function __construct($msg=""){
|
||||
public function __construct($msg = "") {
|
||||
parent::__construct($msg);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user