Passed
Push — master ( 774fa8...f6416b )
by Nils
09:24
created
pages/search.js.php 1 patch
Indentation   +25 added lines, -25 removed lines patch added patch discarded remove patch
@@ -2,31 +2,31 @@
 block discarded – undo
2 2
 
3 3
 declare(strict_types=1);
4 4
 
5
- /**
6
-  * Teampass - a collaborative passwords manager.
7
-  * ---
8
-  * This library is distributed in the hope that it will be useful,
9
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
-  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
-  * ---
12
-  *
13
-  * @project   Teampass
14
- * @version   3.0.3
15
-  *
16
-  * @file      search.js.php
17
-  * ---
18
-  *
19
-  * @author    Nils Laumaillé ([email protected])
20
-  *
21
-  * @copyright 2009-2023 Teampass.net
22
-  *
23
-  * @license   https://spdx.org/licenses/GPL-3.0-only.html#licenseText GPL-3.0
24
-  * ---
25
-  *
26
-  * @see       https://www.teampass.net
27
-  */
28
-
29
- $var = [];
5
+    /**
6
+     * Teampass - a collaborative passwords manager.
7
+     * ---
8
+     * This library is distributed in the hope that it will be useful,
9
+     * but WITHOUT ANY WARRANTY; without even the implied warranty of
10
+     *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
+     * ---
12
+     *
13
+     * @project   Teampass
14
+     * @version   3.0.3
15
+     *
16
+     * @file      search.js.php
17
+     * ---
18
+     *
19
+     * @author    Nils Laumaillé ([email protected])
20
+     *
21
+     * @copyright 2009-2023 Teampass.net
22
+     *
23
+     * @license   https://spdx.org/licenses/GPL-3.0-only.html#licenseText GPL-3.0
24
+     * ---
25
+     *
26
+     * @see       https://www.teampass.net
27
+     */
28
+
29
+    $var = [];
30 30
 $var['hidden_asterisk'] = '<i class="fas fa-asterisk mr-2"></i><i class="fas fa-asterisk mr-2"></i><i class="fas fa-asterisk mr-2"></i><i class="fas fa-asterisk mr-2"></i><i class="fas fa-asterisk"></i>';
31 31
 
32 32
 ?>
Please login to merge, or discard this patch.