Skip to content

Commit 951c10d

Browse files
committed
csfixed
1 parent 01c94b9 commit 951c10d

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/config/basis.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* @license BSD-3-Clause
88
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
99
*/
10-
1110
if (!defined('HIDEV_VENDOR_DIR')) {
1211
define('HIDEV_VENDOR_DIR', dirname(dirname(dirname(dirname(__DIR__)))));
1312
}

src/config/bootstrap.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* @license BSD-3-Clause
88
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
99
*/
10-
1110
require_once __DIR__ . '/defines.php';
1211

1312
if (!defined('HIDEV_VENDOR_DIR')) {

src/config/defines.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
* @license BSD-3-Clause
88
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
99
*/
10-
1110
defined('YII_DEBUG') or define('YII_DEBUG', true);
1211
defined('YII_ENV') or define('YII_ENV', 'dev');

tests/_bootstrap.php

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
* @license BSD-3-Clause
88
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
99
*/
10-
1110
error_reporting(E_ALL & ~E_NOTICE);
1211

1312
require_once __DIR__ . '/../src/config/bootstrap.php';

0 commit comments

Comments
 (0)