File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments