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);
|
return (strcasecmp(self::normaliseLink($a), self::normaliseLink($b)) === 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Ensures the provided URI has its query string punctuation in order.
|
* Ensures the provided URI has its query string punctuation in order.
|
||||||
*
|
*
|
||||||
|
@ -348,7 +347,6 @@ class Strings
|
||||||
return $uri;
|
return $uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check if the trimmed provided string is starting with one of the provided characters
|
* Check if the trimmed provided string is starting with one of the provided characters
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user