Completed
Push — master ( 7c9ea3...0ee653 )
by Tobias
03:59
created
src/config/assets-prod.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Configuration file for the "yii asset" console command.
4
- * Note that in the console environment, some path aliases like '@webroot' and '@web' may not exist.
5
- * Please define these missing path aliases.
6
- */
3
+     * Configuration file for the "yii asset" console command.
4
+     * Note that in the console environment, some path aliases like '@webroot' and '@web' may not exist.
5
+     * Please define these missing path aliases.
6
+     */
7 7
 return [
8 8
     // Adjust command/callback for JavaScript files compressing:
9 9
     'jsCompressor' => 'java -jar /root/compiler.jar --js {from} --js_output_file {to}',
Please login to merge, or discard this patch.
src/modules/backend/views/layouts/box.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * @link http://www.diemeisterei.de/
4
- *
5
- * @copyright Copyright (c) 2015 diemeisterei GmbH, Stuttgart
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- */
3
+             * @link http://www.diemeisterei.de/
4
+             *
5
+             * @copyright Copyright (c) 2015 diemeisterei GmbH, Stuttgart
6
+             *
7
+             * For the full copyright and license information, please view the LICENSE
8
+             * file that was distributed with this source code.
9
+             */
10 10
 ?>
11 11
 
12 12
 <?php $this->beginContent('@app/modules/backend/views/layouts/main.php'); ?>
Please login to merge, or discard this patch.