From e10daf39fa08fb1367b277b31b4c9c9baad5239b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 2 Jan 2017 16:47:16 +0100 Subject: Numerous Dialyzer fixes --- src/cowboy_constraints.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cowboy_constraints.erl') diff --git a/src/cowboy_constraints.erl b/src/cowboy_constraints.erl index 9bd578e..72a6a18 100644 --- a/src/cowboy_constraints.erl +++ b/src/cowboy_constraints.erl @@ -58,3 +58,4 @@ int(Value) when is_binary(Value) -> nonempty(<<>>) -> false; nonempty(Value) when is_binary(Value) -> true. +%% @todo Perhaps return true for any other type except empty list? -- cgit v1.2.3