Skip to content

Commit 54434bf

Browse files
committed
phpcsfixed
1 parent 065c211 commit 54434bf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

src/_bootstrap.php

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
<?php
22

3+
/*
4+
* asset-packagist.hiqdev.com
5+
*
6+
* @link http://asset-packagist.hiqdev.com/
7+
* @package asset-packagist.hiqdev.com
8+
* @license BSD-3-Clause
9+
* @copyright Copyright (c) 2016, HiQDev (http://hiqdev.com/)
10+
*/
11+
312
if (!defined('HISITE_VENDOR_DIR')) {
413
foreach ([dirname(__DIR__) . '/vendor', dirname(dirname(dirname(__DIR__)))] as $dir) {
514
if (file_exists($dir . '/autoload.php')) {

src/config/web.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* @copyright Copyright (c) 2016, HiQDev (http://hiqdev.com/)
1010
*/
1111

12-
$config = require(__DIR__ . '/common.php');
12+
$config = require __DIR__ . '/common.php';
1313

1414
$config['components']['urlManager'] = [
1515
'enablePrettyUrl' => true,

0 commit comments

Comments
 (0)