Skip to content

Commit

Permalink
Fixes codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Jul 18, 2020
1 parent f36802c commit e6cd10d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Less.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ protected function prepareOptions(array $options): Data
$options['cache_path'] = FS::real($cachePath);

$rootUrl = $options['root_url'] ?? '';
$options['root_url'] = (string)rtrim((string)$rootUrl, '/');
$options['root_url'] = rtrim((string)$rootUrl, '/');

// Check mixin paths
$lessFile = (array)$options['autoload'];
Expand Down

0 comments on commit e6cd10d

Please sign in to comment.