We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
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
In light of the Named Arguments RFC likely going to pass, it's important to have arguments named consistently across the API.
The following is an example but not a complete list of issues:
AbstractPlatform
$database
$currentDatabase
dbal/src/Platforms/AbstractPlatform.php
Line 2805 in 2efcbe2
Line 2749 in 2efcbe2
dbal/src/Platforms/SqlitePlatform.php
Line 453 in 2efcbe2
The text was updated successfully, but these errors were encountered:
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
morozov
Successfully merging a pull request may close this issue.
In light of the Named Arguments RFC likely going to pass, it's important to have arguments named consistently across the API.
The following is an example but not a complete list of issues:
AbstractPlatform
methods, the database argument is mostly named$database
but in some cases, it's$currentDatabase
:dbal/src/Platforms/AbstractPlatform.php
Line 2805 in 2efcbe2
dbal/src/Platforms/AbstractPlatform.php
Line 2749 in 2efcbe2
dbal/src/Platforms/SqlitePlatform.php
Line 453 in 2efcbe2
The text was updated successfully, but these errors were encountered: