From e3f6796026e9ca377a690c64edd0d79d9a242ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Kucha=C5=99?= <honza.kuchar@grifart.cz> Date: Mon, 1 May 2017 14:40:43 +0200 Subject: [PATCH] added todo --- src/functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/functions.php b/src/functions.php index be14bca..533a41c 100644 --- a/src/functions.php +++ b/src/functions.php @@ -5,6 +5,7 @@ // todo: TESTS: better assertion messages + throw FunctionSignatureAssertionError + catch in fn + pass it to assert -> compatible with PHP assert config // todo: covariance and contra-variance +// todo: tests for primitive types namespace Grifart\AssertFunction; -- GitLab