-
-
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
Remove slash from const name in transactions documentation #4204
Conversation
a989a15
to
ab2993d
Compare
Both Travis and AppVeyor look like they still run with the configuration for branch master, which I would understand if you hadn't rebased properly, but you very much did. Maybe it did not pick up on the fact that you retargeted? Let's close and reopen. |
docs/en/reference/transactions.rst
Outdated
@@ -258,4 +258,3 @@ If you need stricter control, you can catch the concrete exceptions directly: | |||
- ``Doctrine\DBAL\Exception\LockWaitTimeoutException``: this exception happens when | |||
a transaction has to wait a considerable amount of time to obtain a lock, even if | |||
a deadlock is not involved. | |||
|
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.
Please don't remove the last new line at the end of the file.
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.
Fixed.
ab2993d
to
65ca7ae
Compare
Thank you @greeflas. |
Summary
Hi!
I have just removed slash from const name to make it look better.