This commit is contained in:
Fabien Potencier 2012-12-29 21:07:36 +01:00
parent 11b0dae32d
commit ecb22de040

View File

@ -55,6 +55,6 @@ class StringUtils
}
// They are only identical strings if $result is exactly 0...
return $result === 0;
return 0 === $result;
}
}