Applied fixes from StyleCI
This commit is contained in:
parent
90af9857ff
commit
34922d8c1f
@ -83,8 +83,8 @@ class Connection
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
public function read_message()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -221,7 +221,7 @@ class PrimeModule
|
||||
if (count($res) == 2) {
|
||||
return $res;
|
||||
}
|
||||
$n = (int)$n->toString();
|
||||
$n = (int) $n->toString();
|
||||
$factors = [];
|
||||
$limit = sqrt($n) + 1;
|
||||
foreach ($this->smallprimes as $checker) {
|
||||
|
Loading…
Reference in New Issue
Block a user