From abad714f3b2cf8248df4264332cef6835c12b542 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz>
Date: Thu, 27 Apr 2017 08:36:28 +0200
Subject: [PATCH] added todo

---
 src/functions.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/functions.php b/src/functions.php
index 103cd51..876282c 100644
--- a/src/functions.php
+++ b/src/functions.php
@@ -5,7 +5,7 @@
 
 // todo: use only assert( ... ) instead of exceptions; to be compatible without configuration with PHP env
 // todo: [performance] separate code itself into autoloaded class
-// todo: better assertion messages + throw AssertFunctionError
+// todo: better assertion messages + throw AssertFunctionError + catch in fn + pass it to assert -> compatible with PHP assert config
 // todo: covariance and contra-variance
 
 namespace Grifart\AssertFunction;
-- 
GitLab