Completed
Push — master ( 1edf2c...bc33ad )
by Stefano
16s queued 12s
created
src/Utility/Asset/Strategy/EntrypointsStrategy.php 1 patch
Indentation   +12 added lines, -12 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 declare(strict_types=1);
3 3
 
4
- /**
5
-  * BEdita, API-first content management framework
6
-  * Copyright 2020 ChannelWeb Srl, Chialab Srl
7
-  *
8
-  * This file is part of BEdita: you can redistribute it and/or modify
9
-  * it under the terms of the GNU Lesser General Public License as published
10
-  * by the Free Software Foundation, either version 3 of the License, or
11
-  * (at your option) any later version.
12
-  *
13
-  * See LICENSE.LGPL or <http://gnu.org/licenses/lgpl-3.0.html> for more details.
14
-  */
15
- namespace BEdita\WebTools\Utility\Asset\Strategy;
4
+    /**
5
+     * BEdita, API-first content management framework
6
+     * Copyright 2020 ChannelWeb Srl, Chialab Srl
7
+     *
8
+     * This file is part of BEdita: you can redistribute it and/or modify
9
+     * it under the terms of the GNU Lesser General Public License as published
10
+     * by the Free Software Foundation, either version 3 of the License, or
11
+     * (at your option) any later version.
12
+     *
13
+     * See LICENSE.LGPL or <http://gnu.org/licenses/lgpl-3.0.html> for more details.
14
+     */
15
+    namespace BEdita\WebTools\Utility\Asset\Strategy;
16 16
 
17 17
 use BEdita\WebTools\Utility\Asset\AssetStrategy;
18 18
 use Cake\Utility\Hash;
Please login to merge, or discard this patch.