Completed
Push — pull-request/8500 ( e49efc...54b484 )
by Kamil
36:05 queued 17:36
created
src/Sylius/Behat/Context/Ui/Admin/ManagingPaymentMethodsContext.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Context\Ui\Admin;
15 15
 
@@ -301,7 +301,7 @@  discard block
 block discarded – undo
301 301
     public function iShouldBeNotifiedThatIHaveToSpecifyPaypal($element)
302 302
     {
303 303
         Assert::same(
304
-            $this->createPage->getValidationMessage('paypal_'.$element),
304
+            $this->createPage->getValidationMessage('paypal_' . $element),
305 305
             sprintf('Please enter paypal %s.', $element)
306 306
         );
307 307
     }
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Cli/InstallerContext.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@  discard block
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Context\Cli;
15 15
 
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     {
167 167
         $this->questionHelper = $this->command->getHelper('question');
168 168
         $inputString = implode(PHP_EOL, $this->inputChoices);
169
-        $this->questionHelper->setInputStream($this->getInputStream($inputString.PHP_EOL));
169
+        $this->questionHelper->setInputStream($this->getInputStream($inputString . PHP_EOL));
170 170
 
171 171
         try {
172 172
             $this->tester->execute(['command' => $name]);
@@ -180,7 +180,7 @@  discard block
 block discarded – undo
180 180
     private function iExecuteCommandAndConfirm($name)
181 181
     {
182 182
         $this->questionHelper = $this->command->getHelper('question');
183
-        $inputString = 'y'.PHP_EOL;
183
+        $inputString = 'y' . PHP_EOL;
184 184
         $this->questionHelper->setInputStream($this->getInputStream($inputString));
185 185
 
186 186
         try {
Please login to merge, or discard this patch.
src/Sylius/Behat/Exception/NotificationExpectationMismatchException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Exception;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Service/SlugGenerationHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Service;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Service/Accessor/TableAccessorInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types=1);
3
+declare(strict_types = 1);
4 4
 
5 5
 namespace Sylius\Behat\Service\Accessor;
6 6
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Service/Accessor/NotificationAccessor.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Service\Accessor;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Service/Resolver/CurrentPageResolverInterface.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Service\Resolver;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Service/Mocker/Mocker.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat\Service\Mocker;
15 15
 
Please login to merge, or discard this patch.
src/Sylius/Behat/NotificationType.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
  * file that was distributed with this source code.
10 10
  */
11 11
 
12
-declare(strict_types=1);
12
+declare(strict_types = 1);
13 13
 
14 14
 namespace Sylius\Behat;
15 15
 
Please login to merge, or discard this patch.