From c71e9b7d0adc3d3c07528bab9090a860b2bf536d Mon Sep 17 00:00:00 2001 From: landofcoder Date: Fri, 3 Sep 2021 14:27:53 +0700 Subject: [PATCH 1/2] updated comment --- Plugin/Customer/Controller/Account/CreatePost.php | 2 +- Plugin/Customer/Controller/Account/ForgotPasswordPost.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugin/Customer/Controller/Account/CreatePost.php b/Plugin/Customer/Controller/Account/CreatePost.php index 07074c2..8715c4e 100644 --- a/Plugin/Customer/Controller/Account/CreatePost.php +++ b/Plugin/Customer/Controller/Account/CreatePost.php @@ -14,7 +14,7 @@ * version in the future. * * @category Landofcoder - * @package Lof_Gallery + * @package Lof_Recaptcha * @copyright Copyright (c) 2021 Landofcoder (https://landofcoder.com/) * @license https://landofcoder.com/LICENSE-1.0.html */ diff --git a/Plugin/Customer/Controller/Account/ForgotPasswordPost.php b/Plugin/Customer/Controller/Account/ForgotPasswordPost.php index e40679a..224bcca 100644 --- a/Plugin/Customer/Controller/Account/ForgotPasswordPost.php +++ b/Plugin/Customer/Controller/Account/ForgotPasswordPost.php @@ -14,7 +14,7 @@ * version in the future. * * @category Landofcoder - * @package Lof_Gallery + * @package Lof_Recaptcha * @copyright Copyright (c) 2021 Landofcoder (https://landofcoder.com/) * @license https://landofcoder.com/LICENSE-1.0.html */ From 5ef18da7f1b392639ea3e18ec42f98295879ff43 Mon Sep 17 00:00:00 2001 From: landofcoder Date: Fri, 3 Sep 2021 14:30:57 +0700 Subject: [PATCH 2/2] updated comment --- Block/Recaptcha.php | 2 +- Helper/Data.php | 2 +- Plugin/Contact/Controller/Index/Post.php | 2 +- Test/Unit/Block/RecaptchaTest.php | 2 +- Test/Unit/Helper/DataTest.php | 2 +- Test/Unit/Plugin/Contact/Controller/Index/PostTest.php | 2 +- Test/Unit/Plugin/Customer/Controller/Account/CreatePostTest.php | 2 +- .../Customer/Controller/Account/ForgotPasswordPostTest.php | 2 +- Test/Unit/bootstrap.php | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Block/Recaptcha.php b/Block/Recaptcha.php index 506e495..973ddc6 100644 --- a/Block/Recaptcha.php +++ b/Block/Recaptcha.php @@ -14,7 +14,7 @@ * version in the future. * * @category Landofcoder - * @package Lof_Gallery + * @package Lof_Recaptcha * @copyright Copyright (c) 2021 Landofcoder (https://landofcoder.com/) * @license https://landofcoder.com/LICENSE-1.0.html */ diff --git a/Helper/Data.php b/Helper/Data.php index a349304..413f100 100644 --- a/Helper/Data.php +++ b/Helper/Data.php @@ -14,7 +14,7 @@ * version in the future. * * @category Landofcoder - * @package Lof_Gallery + * @package Lof_Recaptcha * @copyright Copyright (c) 2021 Landofcoder (https://landofcoder.com/) * @license https://landofcoder.com/LICENSE-1.0.html */ diff --git a/Plugin/Contact/Controller/Index/Post.php b/Plugin/Contact/Controller/Index/Post.php index 184451f..007c22f 100644 --- a/Plugin/Contact/Controller/Index/Post.php +++ b/Plugin/Contact/Controller/Index/Post.php @@ -14,7 +14,7 @@ * version in the future. * * @category Landofcoder - * @package Lof_Gallery + * @package Lof_Recaptcha * @copyright Copyright (c) 2021 Landofcoder (https://landofcoder.com/) * @license https://landofcoder.com/LICENSE-1.0.html */ diff --git a/Test/Unit/Block/RecaptchaTest.php b/Test/Unit/Block/RecaptchaTest.php index 5197bca..c738eb0 100644 --- a/Test/Unit/Block/RecaptchaTest.php +++ b/Test/Unit/Block/RecaptchaTest.php @@ -14,7 +14,7 @@ * version in the future. * * @category Landofcoder - * @package Lof_Gallery + * @package Lof_Recaptcha * @copyright Copyright (c) 2021 Landofcoder (https://landofcoder.com/) * @license https://landofcoder.com/LICENSE-1.0.html */ diff --git a/Test/Unit/Helper/DataTest.php b/Test/Unit/Helper/DataTest.php index 62a1de1..74aac6e 100644 --- a/Test/Unit/Helper/DataTest.php +++ b/Test/Unit/Helper/DataTest.php @@ -14,7 +14,7 @@ * version in the future. * * @category Landofcoder - * @package Lof_Gallery + * @package Lof_Recaptcha * @copyright Copyright (c) 2021 Landofcoder (https://landofcoder.com/) * @license https://landofcoder.com/LICENSE-1.0.html */ diff --git a/Test/Unit/Plugin/Contact/Controller/Index/PostTest.php b/Test/Unit/Plugin/Contact/Controller/Index/PostTest.php index 2ff4cc6..b0ecbae 100644 --- a/Test/Unit/Plugin/Contact/Controller/Index/PostTest.php +++ b/Test/Unit/Plugin/Contact/Controller/Index/PostTest.php @@ -14,7 +14,7 @@ * version in the future. * * @category Landofcoder - * @package Lof_Gallery + * @package Lof_Recaptcha * @copyright Copyright (c) 2021 Landofcoder (https://landofcoder.com/) * @license https://landofcoder.com/LICENSE-1.0.html */ diff --git a/Test/Unit/Plugin/Customer/Controller/Account/CreatePostTest.php b/Test/Unit/Plugin/Customer/Controller/Account/CreatePostTest.php index 76c1438..78c4602 100644 --- a/Test/Unit/Plugin/Customer/Controller/Account/CreatePostTest.php +++ b/Test/Unit/Plugin/Customer/Controller/Account/CreatePostTest.php @@ -14,7 +14,7 @@ * version in the future. * * @category Landofcoder - * @package Lof_Gallery + * @package Lof_Recaptcha * @copyright Copyright (c) 2021 Landofcoder (https://landofcoder.com/) * @license https://landofcoder.com/LICENSE-1.0.html */ diff --git a/Test/Unit/Plugin/Customer/Controller/Account/ForgotPasswordPostTest.php b/Test/Unit/Plugin/Customer/Controller/Account/ForgotPasswordPostTest.php index ee02b30..816e21e 100644 --- a/Test/Unit/Plugin/Customer/Controller/Account/ForgotPasswordPostTest.php +++ b/Test/Unit/Plugin/Customer/Controller/Account/ForgotPasswordPostTest.php @@ -14,7 +14,7 @@ * version in the future. * * @category Landofcoder - * @package Lof_Gallery + * @package Lof_Recaptcha * @copyright Copyright (c) 2021 Landofcoder (https://landofcoder.com/) * @license https://landofcoder.com/LICENSE-1.0.html */ diff --git a/Test/Unit/bootstrap.php b/Test/Unit/bootstrap.php index 003753c..969a6eb 100644 --- a/Test/Unit/bootstrap.php +++ b/Test/Unit/bootstrap.php @@ -14,7 +14,7 @@ * version in the future. * * @category Landofcoder - * @package Lof_Gallery + * @package Lof_Recaptcha * @copyright Copyright (c) 2021 Landofcoder (https://landofcoder.com/) * @license https://landofcoder.com/LICENSE-1.0.html */