From 5cf125aa350f91de6bc4677977fd32b34d4b9967 Mon Sep 17 00:00:00 2001 From: Ryan Smith <0ryansmith1994@gmail.com> Date: Mon, 17 Aug 2015 15:47:06 +0100 Subject: [PATCH] Corrects mailto validation. --- .gitignore | 2 ++ src/Mailto.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 74efce3..4b08d9f 100755 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ # Composer. vendor composer.lock + +tests/assets/test.json diff --git a/src/Mailto.php b/src/Mailto.php index 05ea152..2164766 100644 --- a/src/Mailto.php +++ b/src/Mailto.php @@ -1,5 +1,5 @@