From 9ff67a28198090b014690dbee2bf77a9ef17e035 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Sat, 6 May 2017 19:10:39 +0100 Subject: [PATCH] Docfixes --- README.md | 1 + example.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e3deb4..846deae 100644 --- a/README.md +++ b/README.md @@ -34,3 +34,4 @@ array(2) { As you can see, the factorize function accepts integers and strings as parameter, so that if you're poor and you have only a 32 bit system, you will still be able to provide 64 bit integers as a string. +The function can throw an \Exception if factorization fails. diff --git a/example.php b/example.php index 65165ff..a516835 100644 --- a/example.php +++ b/example.php @@ -1,3 +1,3 @@