Strings.php: Spaces are transformed to Tabs.

This commit is contained in:
Michael 2019-10-12 10:28:18 +00:00
parent 2c2beb5c0a
commit c1ab93a5d8

View file

@ -332,7 +332,6 @@ class Strings
return (strcasecmp(self::normaliseLink($a), self::normaliseLink($b)) === 0);
}
/**
* Ensures the provided URI has its query string punctuation in order.
*
@ -348,7 +347,6 @@ class Strings
return $uri;
}
/**
* Check if the trimmed provided string is starting with one of the provided characters
*