Minor refactoring

This commit is contained in:
Meritoo
2019-02-21 21:27:50 +01:00
parent 8c3c85608a
commit 651c4f2259
11 changed files with 126 additions and 130 deletions

View File

@@ -93,7 +93,7 @@ class Uri
/*
* Oops, cannot match protocol
*/
if (0 == $matchCount) {
if (0 === $matchCount) {
return '';
}