Private
Public Access
chg: dev: update all doc blocks on back-end #8
This commit is contained in:
@@ -30,7 +30,7 @@ use Symfony\Component\Uid\Uuid;
|
||||
* @link www.splendidbear.org
|
||||
* @since 2026. 04. 14.
|
||||
*/
|
||||
class BattleCardGenerator
|
||||
final class BattleCardGenerator
|
||||
{
|
||||
private const int WIDTH = 1200;
|
||||
private const int HEIGHT = 630;
|
||||
|
||||
@@ -24,7 +24,7 @@ use Symfony\Contracts\HttpClient\HttpClientInterface;
|
||||
* @link www.splendidbear.org
|
||||
* @since 2026. 04. 12.
|
||||
*/
|
||||
readonly class RecaptchaService
|
||||
readonly final class RecaptchaService
|
||||
{
|
||||
private const string SITEVERIFY_URL = 'https://www.google.com/recaptcha/api/siteverify';
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ use RuntimeException;
|
||||
* @link www.splendidbear.org
|
||||
* @since 2026. 04. 12.
|
||||
*/
|
||||
readonly class WebAuthnService
|
||||
readonly final class WebAuthnService
|
||||
{
|
||||
public function __construct(
|
||||
private WebAuthnCredentialRepository $credentialRepository,
|
||||
|
||||
Reference in New Issue
Block a user