Skip to content

Commit 8aba936

Browse files
authored
Merge pull request #6898 from zl59503020/patch-10
2 parents aaed696 + 9ce3424 commit 8aba936

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

app/Config/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ class App extends BaseConfig
338338
* You can use both an array or a comma-separated list of proxy addresses,
339339
* as well as specifying whole subnets. Here are a few examples:
340340
*
341-
* Comma-separated: '10.0.1.200,192.168.5.0/24'
341+
* Comma-separated: '10.0.1.200,192.168.5.0/24'
342342
* Array: ['10.0.1.200', '192.168.5.0/24']
343343
*
344344
* @var string|string[]

app/Config/Autoload.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Autoload extends AutoloadConfig
3434
*```
3535
* $psr4 = [
3636
* 'CodeIgniter' => SYSTEMPATH,
37-
* 'App' => APPPATH
37+
* 'App' => APPPATH
3838
* ];
3939
*```
4040
*
@@ -76,8 +76,8 @@ class Autoload extends AutoloadConfig
7676
*
7777
* Prototype:
7878
* ```
79-
* $files = [
80-
* '/path/to/my/file.php',
79+
* $files = [
80+
* '/path/to/my/file.php',
8181
* ];
8282
* ```
8383
*

app/Config/Logger.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,14 @@ class Logger extends BaseConfig
141141
* Uncomment this block to use it.
142142
*/
143143
// 'CodeIgniter\Log\Handlers\ErrorlogHandler' => [
144-
// /* The log levels this handler can handle. */
145-
// 'handles' => ['critical', 'alert', 'emergency', 'debug', 'error', 'info', 'notice', 'warning'],
144+
// /* The log levels this handler can handle. */
145+
// 'handles' => ['critical', 'alert', 'emergency', 'debug', 'error', 'info', 'notice', 'warning'],
146146
//
147-
// /*
148-
// * The message type where the error should go. Can be 0 or 4, or use the
149-
// * class constants: `ErrorlogHandler::TYPE_OS` (0) or `ErrorlogHandler::TYPE_SAPI` (4)
150-
// */
151-
// 'messageType' => 0,
147+
// /*
148+
// * The message type where the error should go. Can be 0 or 4, or use the
149+
// * class constants: `ErrorlogHandler::TYPE_OS` (0) or `ErrorlogHandler::TYPE_SAPI` (4)
150+
// */
151+
// 'messageType' => 0,
152152
// ],
153153
];
154154
}

0 commit comments

Comments
 (0)