We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to investigate why empty lines in aray aren't removed:
return [ "default" => env("DB_CONNECTION", "mysql"), "connections" => [ "sqlite" => [ "driver" => "sqlite", "url" => env("DATABASE_URL"), "database" => env("DB_DATABASE", database_path("database.sqlite")), "prefix" => "", "foreign_key_constraints" => env("DB_FOREIGN_KEYS", true), ], ];
should be like here:
NoExtraBlankLines fixer should cover that, but it's not working for some reason.
NoExtraBlankLines
We need that space?
Originally posted by @kamilpiech97 in #86 (comment)
The text was updated successfully, but these errors were encountered:
#87 - no empty lines after docblocks
1b1b032
#87 - no empty lines after docblocks (#120)
119b6eb
#101 - lowercased keywords (#121)
503547a
* #87 - no empty lines after docblocks * #101 - lowercased constants * - caching and parallel running * - dependencies hell * - csf
No branches or pull requests
We need to investigate why empty lines in aray aren't removed:
should be like here:
NoExtraBlankLines
fixer should cover that, but it's not working for some reason.Originally posted by @kamilpiech97 in #86 (comment)
The text was updated successfully, but these errors were encountered: