Strings.php: Spaces are transformed to Tabs.
This commit is contained in:
parent
2c2beb5c0a
commit
c1ab93a5d8
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue