🚧 Moved return statement to bottom to avoid warnings
This commit is contained in:
parent
9934b54566
commit
7758ba81a6
7 changed files with 23 additions and 15 deletions
|
@ -53,8 +53,6 @@ export default function pattern(config = false) {
|
|||
config: this.config
|
||||
};
|
||||
|
||||
return this;
|
||||
|
||||
/**
|
||||
* @throws Will throw an error when called
|
||||
*/
|
||||
|
@ -112,4 +110,6 @@ export default function pattern(config = false) {
|
|||
}
|
||||
}
|
||||
};
|
||||
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue