Skip to content

Commit 175f581

Browse files
committed
prettier stuff
1 parent c22d54b commit 175f581

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/backend-php/app/services/UserService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ public function RequestSlackInvite($email) {
378378
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1);
379379
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2);
380380
curl_setopt($ch, CURLOPT_FORBID_REUSE, true);
381-
381+
382382
$error = null;
383383
$response = curl_exec($ch);
384384

packages/backend-php/vhs/migration/Migrator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public function migrate($toVersion = null, $migrationsPath = '.') {
170170
$script_path = $migrationsPath . '/' . $version . '/';
171171

172172
$command = sprintf(
173-
"mysql -u %s -p%s -h %s -D %s %s --ssl=0 < %s",
173+
'mysql -u %s -p%s -h %s -D %s %s --ssl=0 < %s',
174174
DB_USER,
175175
DB_PASS,
176176
DB_SERVER,

0 commit comments

Comments
 (0)