Applied fixes from StyleCI

This commit is contained in:
Daniil Gentili 2016-08-05 20:50:19 -04:00 committed by StyleCI Bot
parent 770330fef4
commit 6acaae877a
3 changed files with 4 additions and 2 deletions

1
TL.php
View File

@ -210,6 +210,7 @@ class TL
}
break;
}
return $x;
}
}

View File

@ -183,7 +183,8 @@ class PrimeModule
if (count($res) == 2) {
return $res;
}
} catch (ErrorException $e) { ; };
} catch (ErrorException $e) {
}
}
// Else do factorization with wolfram alpha :)))))
$query = 'Do prime factorization of '.$pq;