mirror of
https://github.com/furyfire/trueskill.git
synced 2025-12-12 10:47:00 +01:00
More code standards
This commit is contained in:
@@ -13,7 +13,7 @@ class Guard
|
||||
{
|
||||
public static function argumentNotNull(mixed $value, string $parameterName): void
|
||||
{
|
||||
if ($value == null) {
|
||||
if ($value == NULL) {
|
||||
throw new Exception($parameterName . ' can not be null');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user