Coding standards fixes

This commit is contained in:
Ben Ramsey
2015-03-21 20:14:43 +00:00
parent b61689126b
commit 2fd86e2cf9
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -42,7 +42,7 @@ class CombGenerator implements RandomGeneratorInterface
$hash = '';
if ($this->timestampBytes > 0 && $length > $this->timestampBytes) {
if ($this->timestampBytes > 0 && $length > $this->timestampBytes) {
$hash = $this->randomGenerator->generate($length - $this->timestampBytes);
}
@@ -65,4 +65,4 @@ class CombGenerator implements RandomGeneratorInterface
return $time[1] . substr($time[0], 2, 5);
}
}
}