Skip to content

Commit 2a72c3d

Browse files
Malik Umer FarooqStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent 37bafc8 commit 2a72c3d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

Config/Config.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -129,27 +129,27 @@ class Config
129129
*/
130130
const ROUTE_CACHE_REGENERATE = 3600;
131131
/**
132-
* SMPT Host
132+
* SMPT Host.
133133
*
134134
* @var string
135135
*/
136-
const SMPT_HOST = "your-smtp-host";
136+
const SMPT_HOST = 'your-smtp-host';
137137
/**
138-
* SMPT User
138+
* SMPT User.
139139
*
140140
* @var string
141-
*/
142-
const SMPT_USER = "your-smtp-user";
141+
*/
142+
const SMPT_USER = 'your-smtp-user';
143143
/**
144-
* SMPT Pass
144+
* SMPT Pass.
145145
*
146146
* @var string
147-
*/
148-
const SMPT_PASS = "your-smtp-pass";
147+
*/
148+
const SMPT_PASS = 'your-smtp-pass';
149149
/**
150-
* SMPT Port
150+
* SMPT Port.
151151
*
152152
* @var int
153-
*/
153+
*/
154154
const SMPT_PORT = 111;
155155
}

0 commit comments

Comments
 (0)