Applied fixes from StyleCI

This commit is contained in:
Daniil Gentili 2016-08-09 16:29:06 -04:00 committed by StyleCI Bot
parent 90af9857ff
commit 34922d8c1f
2 changed files with 2 additions and 2 deletions

View File

@ -83,8 +83,8 @@ class Connection
break;
}
}
public function read_message()
{
}
}

View File

@ -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) {