Added Laravel Pint for formatting

This commit is contained in:
Will Browning
2022-11-29 12:27:39 +00:00
parent 8618da1f3c
commit fd92e09e5e
156 changed files with 1352 additions and 1702 deletions

View File

@@ -26,8 +26,8 @@ class UpdateRecipientKeyRequest extends FormRequest
return [
'key_data' => [
'string',
'regex:/-----BEGIN PGP PUBLIC KEY BLOCK-----([A-Za-z0-9+=\/\n]+)-----END PGP PUBLIC KEY BLOCK-----/i'
]
'regex:/-----BEGIN PGP PUBLIC KEY BLOCK-----([A-Za-z0-9+=\/\n]+)-----END PGP PUBLIC KEY BLOCK-----/i',
],
];
}
}