Skip to content
New issue

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

Coding Style - CSFixer #172

Merged
merged 2 commits into from
Jun 5, 2024
Merged

Coding Style - CSFixer #172

merged 2 commits into from
Jun 5, 2024

Conversation

maxhelias
Copy link
Collaborator

No description provided.

@maxhelias maxhelias requested review from odolbeau and Nek- June 4, 2024 20:48
@maxhelias maxhelias merged commit b0381b7 into master Jun 5, 2024
6 checks passed
@maxhelias maxhelias deleted the fix-ci branch June 5, 2024 06:57
@@ -41,6 +41,7 @@ public function getSQLDeclaration(array $column, AbstractPlatform $platform): st
{
// DBAL < 4
if (method_exists(AbstractPlatform::class, 'getVarcharTypeDeclarationSQL')) {
// @phpstan-ignore-next-line
Copy link
Collaborator

@Nek- Nek- Jun 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxhelias , it would be better to add the specific error in the phpstan file or specify the exact error! (it's a best practice) see https://phpstan.org/user-guide/ignoring-errors

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I didn't know about this new feature. We'll edit next time.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants