Skip to content

Commit

Permalink
Linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
kepol committed Jul 22, 2024
1 parent 505b8d1 commit 6c035cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utility.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static function getUrl(string $url = NULL, string $langcode = NULL) : str
* The path prefix based on multilingual settings. Defaults to '/'.
*/
public static function getPathPrefix(string $langcode = NULL) : string {

// Always start with a slash.
$prefix = '/';

Expand Down

0 comments on commit 6c035cd

Please sign in to comment.