-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Style improvements #2858
Style improvements #2858
Conversation
|
||
$this->assertEquals( | ||
' DEFAULT '.$currentDateSql, | ||
$this->assertSame( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should use self::
.
@@ -563,16 +563,16 @@ public function testGetDefaultValueDeclarationSQLForIntegerTypes() | |||
} | |||
} | |||
|
|||
public function testGetDefaultValueDeclarationSQLForDateType() | |||
public function testGetDefaultValueDeclarationSQLForDateType(): void |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Space around :
.
ea9fa73
to
e63cd3d
Compare
Does Doctrine have a coding standard about concatenation of strings with |
Spaces
Marco Pivetta
http://twitter.com/Ocramius
http://ocramius.github.com/
…On Tue, Sep 12, 2017 at 11:20 AM, Claudio Zizza ***@***.***> wrote:
Does Doctrine have a coding standard about concatenation of strings with .?
Spaces or no spaces?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2858 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAJakP-qMekV-7RQUvw8V8n-cWP4Ei_Iks5shkz4gaJpZM4PTk9f>
.
|
I have nothing to add here. 👍 |
@SenseException you can see more info on https://github.com/doctrine/coding-standard |
Cleans up the mess I introduced in #2835 and #2851
@SenseException @lcobucci please review preferrably before this gets merged :P