Skip to content

Commit 5b71f56

Browse files
authored
Clean up whitespace in CoreApplication.php
Removed unnecessary blank lines in CoreApplication.php.
1 parent 8bbf4a7 commit 5b71f56

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

core/Kernel/CoreApplication.php

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ public function __construct() {
7878
if (defined('E_DEPRECATED')) $errorReportingLevel &= ~E_DEPRECATED;
7979
if (defined('E_NOTICE')) $errorReportingLevel &= ~E_NOTICE;
8080
@error_reporting($errorReportingLevel);
81-
8281

8382
$wizdamProfiler = new CoreProfiler();
8483

@@ -87,11 +86,6 @@ public function __construct() {
8786

8887
mt_srand((int) ((double) microtime() * 1000000));
8988

90-
91-
92-
93-
94-
9589
if ((bool) Config::getVar('debug', 'display_errors')) {
9690
@ini_set('display_errors', '0');
9791
}
@@ -102,19 +96,7 @@ public function __construct() {
10296

10397
$request = new Request();
10498
Registry::set('request', $request);
105-
// ---------------------------
106-
107-
108-
10999

110-
111-
112-
113-
114-
115-
116-
117-
118100
CoreString::init();
119101
set_error_handler([$this, 'errorHandler']);
120102

0 commit comments

Comments
 (0)