Passed
Push — master ( 7116ad...cdfcca )
by Gabor
07:44
created
src/WebHemi/Data/Entity/UserMetaEntity.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
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Data\Entity;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Data/Driver/PDO/MySQL/DriverAdapter.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
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Data\Driver\PDO\MySQL;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Data/Driver/PDO/SQLite/DriverAdapter.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
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Data\Driver\PDO\SQLite;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Data/Driver/DriverInterface.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
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Data\Driver;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Data/Storage/AbstractStorage.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
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Data\Storage;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Ftp/ServiceInterface.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
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Ftp;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Ftp/ServiceAdapter/Base/ServiceAdapter.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
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Ftp\ServiceAdapter\Base;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Ftp/ServiceAdapter/AbstractServiceAdapter.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
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Ftp\ServiceAdapter;
15 15
 
Please login to merge, or discard this patch.
src/WebHemi/Logger/ServiceInterface.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
  *
10 10
  * @link http://www.gixx-web.com
11 11
  */
12
-declare(strict_types = 1);
12
+declare(strict_types=1);
13 13
 
14 14
 namespace WebHemi\Logger;
15 15
 
Please login to merge, or discard this patch.