Skip to content

Commit 61f8bd5

Browse files
committed
Dev: change the comment.
1 parent a932877 commit 61f8bd5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

system/Security/Exceptions/SecurityException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class SecurityException extends FrameworkException implements HTTPExceptionInterface
1818
{
1919
/**
20-
* Throws when some specific is not allowed.
20+
* Throws when some specific action is not allowed.
2121
*
2222
* @return static
2323
*/

system/Validation/Exceptions/ValidationException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static function forRuleNotFound(?string $rule = null)
2626
}
2727

2828
/**
29-
* Throws when the group value of config is not isset.
29+
* Throws when the group value of config is not set.
3030
*
3131
* @return static
3232
*/

0 commit comments

Comments
 (0)