Skip to content

Commit 4c03c93

Browse files
committed
docs: break long lines
1 parent 1bbb26c commit 4c03c93

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

app/Config/App.php

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ class App extends BaseConfig
2222
* Allowed Hostnames in the Site URL other than the hostname in the baseURL.
2323
* If you want to accept multiple Hostnames, set this.
2424
*
25-
* E.g. When your site URL ($baseURL) is 'http://example.com/', and your site
26-
* also accepts 'http://media.example.com/' and
27-
* 'http://accounts.example.com/':
28-
* ['media.example.com', 'accounts.example.com']
25+
* E.g.,
26+
* When your site URL ($baseURL) is 'http://example.com/', and your site
27+
* also accepts 'http://media.example.com/' and 'http://accounts.example.com/':
28+
* ['media.example.com', 'accounts.example.com']
2929
*
3030
* @var list<string>
3131
*/
@@ -106,7 +106,8 @@ class App extends BaseConfig
106106
* The default timezone that will be used in your application to display
107107
* dates with the date helper, and can be retrieved through app_timezone()
108108
*
109-
* @see https://www.php.net/manual/en/timezones.php for list of timezones supported by PHP.
109+
* @see https://www.php.net/manual/en/timezones.php for list of timezones
110+
* supported by PHP.
110111
*/
111112
public string $appTimezone = 'UTC';
112113

0 commit comments

Comments
 (0)