Skip to content

Commit 25248a5

Browse files
committed
Dev: change the return type.
1 parent 31a83ed commit 25248a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

system/Honeypot/Exceptions/HoneypotException.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class HoneypotException extends ConfigException implements ExceptionInterface
1919
/**
2020
* Thrown when the template value of config is empty.
2121
*
22-
* @return self
22+
* @return static
2323
*/
2424
public static function forNoTemplate()
2525
{
@@ -29,7 +29,7 @@ public static function forNoTemplate()
2929
/**
3030
* Thrown when the name value of config is empty.
3131
*
32-
* @return self
32+
* @return static
3333
*/
3434
public static function forNoNameField()
3535
{
@@ -39,7 +39,7 @@ public static function forNoNameField()
3939
/**
4040
* Thrown when the hidden value of config is false.
4141
*
42-
* @return self
42+
* @return static
4343
*/
4444
public static function forNoHiddenValue()
4545
{
@@ -49,7 +49,7 @@ public static function forNoHiddenValue()
4949
/**
5050
* Thrown when there are no data in the request of honeypot field.
5151
*
52-
* @return self
52+
* @return static
5353
*/
5454
public static function isBot()
5555
{

0 commit comments

Comments
 (0)