File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
system/Honeypot/Exceptions Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments