Skip to content

Removed the redundant usage of layer. #4375

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

Closed
wants to merge 4 commits into from
Closed
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions cookbook/doctrine/dbal.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. index::
pair: Doctrine; DBAL

How to Use Doctrine's DBAL Layer
================================
How to Use Doctrine DBAL
==========================
Copy link
Member

Choose a reason for hiding this comment

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

We need to remove 2 == so that it has the same length as the title. Yep, this actually matters :).

Copy link
Author

Choose a reason for hiding this comment

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

Fixed, I hope. I could have sworn I had things fixed properly already.


.. note::

This article is about Doctrine DBAL's layer. Typically, you'll work with
This article is about the Doctrine DBAL. Typically, you'll work with
the higher level Doctrine ORM layer, which simply uses the DBAL behind
the scenes to actually communicate with the database. To read more about
the Doctrine ORM, see ":doc:`/book/doctrine`".
Expand Down