Passed
Push — master ( c54717...4ebf05 )
by Adam
53s
created
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/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.