Completed
Pull Request — development (#798)
by Nick
04:43
created
htdocs_symfony/src/Entity/SecurityRolesEntity.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -6,18 +6,18 @@
 block discarded – undo
6 6
 
7 7
 class SecurityRolesEntity extends AbstractEntity
8 8
 {
9
-	/** @var int */
10
-	public $id;
9
+    /** @var int */
10
+    public $id;
11 11
 
12
-	/** @var string */
13
-	public $role;
12
+    /** @var string */
13
+    public $role;
14 14
 
15 15
 
16
-	/**
17
-	 * @return bool
18
-	 */
19
-	public function isNew(): bool
20
-	{
21
-		return $this->id === null;
22
-	}
16
+    /**
17
+     * @return bool
18
+     */
19
+    public function isNew(): bool
20
+    {
21
+        return $this->id === null;
22
+    }
23 23
 }
Please login to merge, or discard this patch.