Enable Discovery debug logging for production troubleshooting
- Add DISCOVERY_LOG_LEVEL=debug - Add DISCOVERY_SHOW_PROGRESS=true - Temporary changes for debugging InitializerProcessor fixes on production
This commit is contained in:
@@ -9,7 +9,7 @@ final readonly class EmailAddress
|
||||
public function __construct(
|
||||
public string $value
|
||||
) {
|
||||
if (!filter_var($value, FILTER_VALIDATE_EMAIL)) {
|
||||
if (! filter_var($value, FILTER_VALIDATE_EMAIL)) {
|
||||
throw new \InvalidArgumentException("Invalid email address: {$value}");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user