File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Manually logging from a console Command
23
23
This one is really simple. When you create a console command within the full
24
24
framework as described in ":doc: `/cookbook/console/console_command `", your command
25
25
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
27
27
container and use it to do the logging::
28
28
29
29
// src/Acme/DemoBundle/Command/GreetCommand.php
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CardScheme
5
5
The CardScheme validation is new in Symfony 2.2.
6
6
7
7
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
9
9
through a payment gateway.
10
10
11
11
+----------------+--------------------------------------------------------------------------+
@@ -23,7 +23,7 @@ Basic Usage
23
23
-----------
24
24
25
25
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.
27
27
28
28
.. configuration-block ::
29
29
@@ -103,7 +103,7 @@ schemes
103
103
104
104
**type **: ``mixed `` [:ref: `default option <validation-default-option >`]
105
105
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
107
107
validate the credit card number, it can either be a string or an array. Valid
108
108
values are:
109
109
You can’t perform that action at this time.
0 commit comments