Passed
Push — master ( c54717...4ebf05 )
by Adam
53s
created
src/IPub/Permissions/DI/PermissionsExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           10.10.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\DI;
18 18
 
Please login to merge, or discard this patch.
src/IPub/Permissions/TPermission.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           13.10.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions;
18 18
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Latte/Macros.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
  * @date           10.10.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Latte;
18 18
 
@@ -113,6 +113,6 @@  discard block
 block discarded – undo
113 113
 	 */
114 114
 	public function macroHref(MacroNode $node, PhpWriter $writer) : string
115 115
 	{
116
-		return $writer->write(' ?> href="<?php echo %escape(' . ($node->name === 'plink' ? '$_presenter' : '$_control') . '->link(%node.word, %node.array?)) ?>"<?php ');
116
+		return $writer->write(' ?> href="<?php echo %escape('.($node->name === 'plink' ? '$_presenter' : '$_control').'->link(%node.word, %node.array?)) ?>"<?php ');
117 117
 	}
118 118
 }
Please login to merge, or discard this patch.
src/IPub/Permissions/Entities/IPermission.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           13.03.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Entities;
18 18
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Entities/IResource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           30.11.16
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Entities;
18 18
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Entities/Permission.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@  discard block
 block discarded – undo
12 12
  * @date           13.03.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Entities;
18 18
 
@@ -125,6 +125,6 @@  discard block
 block discarded – undo
125 125
 	 */
126 126
 	public function __toString()
127 127
 	{
128
-		return ((string) $this->resource) . self::DELIMITER . $this->privilege;
128
+		return ((string) $this->resource).self::DELIMITER.$this->privilege;
129 129
 	}
130 130
 }
Please login to merge, or discard this patch.
src/IPub/Permissions/Entities/IRole.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           12.03.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Entities;
18 18
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Configuration.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           17.02.15
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions;
18 18
 
Please login to merge, or discard this patch.
src/IPub/Permissions/Exceptions/IException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
  * @date           14.10.14
13 13
  */
14 14
 
15
-declare(strict_types = 1);
15
+declare(strict_types=1);
16 16
 
17 17
 namespace IPub\Permissions\Exceptions;
18 18
 
Please login to merge, or discard this patch.