Completed
Pull Request — master (#15)
by Ali
65:17
created
src/Security/RolesService.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/Security/Roles.php
5 5
  *
Please login to merge, or discard this patch.
allowed_addresses.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
  * This file contains all base IP addresses that are allowed to access to application via development environment.
5 5
  *
Please login to merge, or discard this patch.
merge-phpunit-xml.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
 #!/usr/bin/env php
2 2
 <?php
3
-declare(strict_types = 1);
3
+declare(strict_types=1);
4 4
 
5 5
 require __DIR__ . '/vendor/autoload.php';
6 6
 
Please login to merge, or discard this patch.
bootstrap.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
  * Application bootstrap file to load specified environment variables.
5 5
  *
Please login to merge, or discard this patch.
src/DependencyInjection/Compiler/ResourceCollectionPass.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
  *
5 5
  * @author  TLe, Tarmo Leppänen <[email protected]>
6 6
  */
7
-declare(strict_types = 1);
7
+declare(strict_types=1);
8 8
 
9 9
 namespace App\DependencyInjection\Compiler;
10 10
 
Please login to merge, or discard this patch.
src/Security/ApiKeyUserInterface.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/Security/ApiKeyUser.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/RestResourceLifeCycles.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/Rest/Traits/Resource.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/Methods/AbstractGenericMethods.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/Rest/Traits/Methods/AbstractGenericMethods.php
5 5
  *
Please login to merge, or discard this patch.
src/Rest/Traits/Methods/FindOneMethod.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/Rest/Traits/Methods/FindOneMethod.php
5 5
  *
Please login to merge, or discard this patch.