8000 Use em dashes instead of hyphens. by elnur · Pull Request #1637 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Use em dashes instead of hyphens. #1637

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 1 commit into from
Closed
Changes from all 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
E6C4
Diff view
4 changes: 2 additions & 2 deletions contributing/code/standards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ looks and feels familiar, it's not about this or that being more readable.
Symfony follows the standards defined in the `PSR-0`_, `PSR-1`_ and `PSR-2`_
documents.

Since a picture - or some code - is worth a thousand words, here's a short
Since a picture or some code is worth a thousand words, here's a short
example containing most features described below:

.. code-block:: php
Expand Down Expand Up @@ -82,7 +82,7 @@ Structure
* Use braces to indicate control structure body regardless of the number of
statements it contains;

* Define one class per file - this does not apply to private helper classes
* Define one class per file this does not apply to private helper classes
that are not intended to be instantiated from the outside and thus are not
concerned by the PSR-0 standard;

Expand Down
0