Completed
Push — next ( d59298...80f341 )
by Thomas
06:20 queued 01:49
created
htdocs/lib2/edithelper.inc.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -6,8 +6,6 @@
 block discarded – undo
6 6
 
7 7
 // used in both lib1 and lib2 code
8 8
 
9
-use OcLegacy\Editor\EditorConstants;
10
-
11 9
 require_once __DIR__ . '/smiley.inc.php';
12 10
 
13 11
 
Please login to merge, or discard this patch.
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.
htdocs_symfony/src/Controller/App/KitchensinkController.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function index(): Response
15 15
     {
16
-       return $this->render('kitchensink/index.html.twig');
16
+        return $this->render('kitchensink/index.html.twig');
17 17
     }
18 18
 
19 19
     /**
Please login to merge, or discard this patch.