Skip to content

Commit c001556

Browse files
committed
Apply fixes from StyleCI
1 parent 0e2d150 commit c001556

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/valet.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
})->descriptions('Stop serving the given domain over HTTPS and remove the trusted TLS certificate');
212212

213213
/**
214-
* Get all the current secured sites
214+
* Get all the current secured sites.
215215
*/
216216
$app->command('secured', function () {
217217
$sites = collect(Site::secured())->map(function ($url) {

0 commit comments

Comments
 (0)