From 9740fc35f835b557e3dba3446be58ce3f25eb4a2 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Fri, 29 Apr 2016 02:00:30 +0300 Subject: [PATCH] Enchanced comment --- src/Storage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Storage.php b/src/Storage.php index 2d6df49..981f9df 100644 --- a/src/Storage.php +++ b/src/Storage.php @@ -4,7 +4,7 @@ namespace Ely\TempMailBuster; class Storage implements StorageInterface { /** - * @var array of strings, which contains masks for temp mail services + * @var array of strings, which contains REGEXP masks for temp mail services */ private $items;