Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix typos, remove trailing whitespace.#3657

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
weaverryan merged 1 commit intosymfony:2.3fromifdattic:fix-typos
Mar 19, 2014
Merged
Show file tree
Hide file tree
Changes fromall 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
2 changes: 1 addition & 1 deletioncomponents/serializer.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -186,7 +186,7 @@ JMSSerializer

A popular third-party library, `JMS serializer`_, provides a more
sophisticated albeit more complex solution. This library includes the
ability to configure how your objects should beserialize/deserialized via
ability to configure how your objects should beserialized/deserialized via
annotations (as well as YAML, XML and PHP), integration with the Doctrine ORM,
and handling of other complex cases (e.g. circular references).

Expand Down
6 changes: 3 additions & 3 deletionsreference/configuration/framework.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -171,9 +171,9 @@ cookie_lifetime

**type**: ``integer`` **default**: ``null``

This determines the lifetime of the session - in seconds. It will use ``null`` by
This determines the lifetime of the session - in seconds. It will use ``null`` by
default, which means ``session.cookie_lifetime`` value from ``php.ini`` will be used.
Setting this value to ``0`` means the cookie is valid for the length of the browser
Setting this value to ``0`` means the cookie is valid for the length of the browser
session.

cookie_path
Expand DownExpand Up@@ -204,7 +204,7 @@ cookie_httponly

**type**: ``Boolean`` **default**: ``false``

This determines whether cookies should only accessible through the HTTP protocol.
This determines whether cookies should onlybeaccessible through the HTTP protocol.
This means that the cookie won't be accessible by scripting languages, such
as JavaScript. This setting can effectively help to reduce identity theft
through XSS attacks.
Expand Down
8 changes: 4 additions & 4 deletionsreference/constraints/UniqueEntity.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -64,7 +64,7 @@ table:
* @Assert\Email()
*/
protected $email;

// ...
}

Expand DownExpand Up@@ -97,7 +97,7 @@ table:

// DON'T forget this use statement!!!
use Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntity;

class Author
{
public static function loadValidatorMetadata(ClassMetadata $metadata)
Expand DownExpand Up@@ -142,8 +142,8 @@ em
**type**: ``string``

The name of the entity manager to use for making the query to determine the
uniqueness. If it's left blank, the correct entity manager willdetermined for
this class. For that reason, this option should probably not need to be
uniqueness. If it's left blank, the correct entity manager willbe determined
forthis class. For that reason, this option should probably not need to be
used.

repositoryMethod
Expand Down
4 changes: 2 additions & 2 deletionsreference/dic_tags.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -847,7 +847,7 @@ swiftmailer.default.plugin

If you're using a custom SwiftMailer plugin (or want to create one), you can
register it with SwiftMailer by creating a service for your plugin and tagging
it with ``swiftmailer.default.plugin`` (it has no options).
it with ``swiftmailer.default.plugin`` (it has no options).

.. note::

Expand DownExpand Up@@ -901,7 +901,7 @@ translation.loader

**Purpose**: To register a custom service that loads translations

By default, translations are loadedform the filesystem in a variety of different
By default, translations are loadedfrom the filesystem in a variety of different
formats (YAML, XLIFF, PHP, etc). If you need to load translations from some
other source, first create a class that implements the
:class:`Symfony\\Component\\Translation\\Loader\\LoaderInterface` interface::
Expand Down
2 changes: 1 addition & 1 deletionreference/forms/twig_reference.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -267,7 +267,7 @@ to see what options you have available.

Behind the scenes, these variables are made available to the ``FormView``
object of your form when the Form component calls ``buildView`` and ``buildViewBottomUp``
on each "node" of your form tree. To see what "view" variables aparticularly
on each "node" of your form tree. To see what "view" variables aparticular
field has, find the source code for the form field (and its parent fields)
and look at the above two functions.

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp