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
2323This one is really simple. When you create a console command within the full
2424framework as described in ":doc: `/cookbook/console/console_command `", your command
2525extends :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
2727container and use it to do the logging::
2828
2929 // src/Acme/DemoBundle/Command/GreetCommand.php
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ CardScheme
55 The CardScheme validation is new in Symfony 2.2.
66
77This 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
99through a payment gateway.
1010
1111+----------------+--------------------------------------------------------------------------+
@@ -23,7 +23,7 @@ Basic Usage
2323-----------
2424
2525To 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
107107validate the credit card number, it can either be a string or an array. Valid
108108values are:
109109
You can’t perform that action at this time.
0 commit comments