mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 03:04:05 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -12,11 +12,10 @@ class RelationNotExist implements Rule
|
||||
|
||||
/**
|
||||
* Create a new rule instance.
|
||||
* @param string $class
|
||||
* @param string $relation
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function __construct(string $class = null, string $relation = null)
|
||||
public function __construct(?string $class = null, ?string $relation = null)
|
||||
{
|
||||
$this->class = $class;
|
||||
$this->relation = $relation;
|
||||
|
||||
Reference in New Issue
Block a user