Passed
Branch master (b4ac3b)
by Tarmo
05:51
created
config/packages/test/monolog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 use EasyCorp\EasyLog\EasyLogHandler;
5 5
 use Symfony\Component\Config\Resource\ClassExistenceResource;
Please login to merge, or discard this patch.
config/packages/prod/monolog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 use EasyCorp\EasyLog\EasyLogHandler;
5 5
 use Symfony\Component\Config\Resource\ClassExistenceResource;
Please login to merge, or discard this patch.
config/packages/dev/monolog.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 
4 4
 use EasyCorp\EasyLog\EasyLogHandler;
5 5
 use Symfony\Component\Config\Resource\ClassExistenceResource;
Please login to merge, or discard this patch.
src/DataFixtures/ORM/LoadUserGroupData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/DataFixtures/ORM/LoadUserGroupData.php
5 5
  *
Please login to merge, or discard this patch.
src/DataFixtures/ORM/LoadApiKeyData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/DataFixtures/ORM/LoadApiKeyData.php
5 5
  *
Please login to merge, or discard this patch.
src/DataFixtures/ORM/LoadRoleData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/DataFixtures/ORM/LoadRoleData.php
5 5
  *
Please login to merge, or discard this patch.
src/DataFixtures/ORM/LoadUserData.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/DataFixtures/ORM/LoadUserData.php
5 5
  *
Please login to merge, or discard this patch.
src/Controller/ApiKeyController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/Controller/ApiKeyController.php
5 5
  *
Please login to merge, or discard this patch.
src/Controller/UserController.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,5 +1,5 @@
 block discarded – undo
1 1
 <?php
2
-declare(strict_types=1);
2
+declare(strict_types = 1);
3 3
 /**
4 4
  * /src/Controller/UserController.php
5 5
  *
Please login to merge, or discard this patch.