Skip to content

Commit b32f74d

Browse files
committed
Merge pull request #3083 from peterkokot/patch-3
Some unneded spaces fixed
2 parents 6bde72e + 81752c7 commit b32f74d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cookbook/console/logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Manually logging from a console Command
2323
This one is really simple. When you create a console command within the full
2424
framework as described in ":doc:`/cookbook/console/console_command`", your command
2525
extends :class:`Symfony\\Bundle\\FrameworkBundle\\Command\\ContainerAwareCommand`.
26-
This means that you can simply access the standard logger service through the
26+
This means that you can simply access the standard logger service through the
2727
container and use it to do the logging::
2828

2929
// src/Acme/DemoBundle/Command/GreetCommand.php

reference/constraints/CardScheme.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ CardScheme
55
The CardScheme validation is new in Symfony 2.2.
66

77
This constraint ensures that a credit card number is valid for a given credit card
8-
company. It can be used to validate the number before trying to initiate a payment
8+
company. It can be used to validate the number before trying to initiate a payment
99
through a payment gateway.
1010

1111
+----------------+--------------------------------------------------------------------------+
@@ -23,7 +23,7 @@ Basic Usage
2323
-----------
2424

2525
To use the ``CardScheme`` validator, simply apply it to a property or method
26-
on an object that will contain a credit card number.
26+
on an object that will contain a credit card number.
2727

2828
.. configuration-block::
2929

@@ -103,7 +103,7 @@ schemes
103103

104104
**type**: ``mixed`` [:ref:`default option <validation-default-option>`]
105105

106-
This option is required and represents the name of the number scheme used to
106+
This option is required and represents the name of the number scheme used to
107107
validate the credit card number, it can either be a string or an array. Valid
108108
values are:
109109

0 commit comments

Comments
 (0)