Passed
Push — bugfix/remove-cookie-lifetime-... ( 2cdc23 )
by Michiel
10:36
created
Surfnet/StepupSelfService/SelfServiceBundle/Value/VettingType/OnPremise.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
 /**
6 6
  * Copyright 2014 SURFnet bv
Please login to merge, or discard this patch.
SelfServiceBundle/Value/VettingType/VettingTypeInterface.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
 /**
6 6
  * Copyright 2014 SURFnet bv
Please login to merge, or discard this patch.
Surfnet/StepupSelfService/SelfServiceBundle/Value/VettingType/SelfVet.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
 /**
6 6
  * Copyright 2014 SURFnet bv
Please login to merge, or discard this patch.
StepupSelfService/SelfServiceBundle/Value/VettingType/SelfAssertedToken.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
 /**
6 6
  * Copyright 2014 SURFnet bv
Please login to merge, or discard this patch.
StepupSelfService/SelfServiceBundle/Form/Type/AuthenticateSafeStoreType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /**
6 6
  * Copyright 2014 SURFnet bv
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
         ]);
42 42
         $builder->add('verifySecret', SubmitType::class, [
43 43
             'label' => 'ss.form.ss_authenticate_safe_store_type.button.continue',
44
-            'attr' => [ 'class' => 'btn btn-primary pull-right' ],
44
+            'attr' => ['class' => 'btn btn-primary pull-right'],
45 45
         ]);
46 46
     }
47 47
 
Please login to merge, or discard this patch.
SelfServiceBundle/Form/Type/PromiseSafeStorePossessionType.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 /**
6 6
  * Copyright 2014 SURFnet bv
@@ -40,7 +40,7 @@  discard block
 block discarded – undo
40 40
         ])
41 41
         ->add('confirm', SubmitType::class, [
42 42
             'label' => 'ss.form.recovery_token.button.confirm',
43
-            'attr' => [ 'class' => 'btn btn-primary pull-right' ],
43
+            'attr' => ['class' => 'btn btn-primary pull-right'],
44 44
         ]);
45 45
     }
46 46
 
Please login to merge, or discard this patch.
StepupSelfService/SelfServiceBundle/Locale/RequestStackLocaleProvider.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
 /**
6 6
  * Copyright 2015 SURFnet bv
Please login to merge, or discard this patch.
StepupSelfService/SelfServiceBundle/EventListener/LocaleListener.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
 /**
6 6
  * Copyright 2015 SURFnet bv
Please login to merge, or discard this patch.
Surfnet/StepupSelfService/SelfServiceBundle/Controller/LocaleController.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
 /**
6 6
  * Copyright 2015 SURFnet bv
Please login to merge, or discard this patch.