Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- Fill in the relevant information below to help triage your pull request. --> | Q | A |------------- | ----------- | Type | improvement | Fixed issues | <!-- use #NUM format to reference an issue --> #### Summary Just removing unused variable and redundant `array_merge`. <strike>As I see Psalm fails here, and not really sure how to fix it, adding `array_values` probably would solve the issue, but I guess this is not what we want there?</strike> Also updated return type on `_getCreateTableSQL` method, to fix the Psalm issue. <!-- Provide a summary of your change. -->
- Loading branch information