Aggiornato Composer
This commit is contained in:
2
vendor/vlucas/phpdotenv/src/Regex/Regex.php
vendored
2
vendor/vlucas/phpdotenv/src/Regex/Regex.php
vendored
@@ -88,9 +88,11 @@ class Regex
|
||||
$result = $operation($subject);
|
||||
|
||||
if (($e = preg_last_error()) !== PREG_NO_ERROR) {
|
||||
/** @var Result<V,string> */
|
||||
return Error::create(self::lookupError($e));
|
||||
}
|
||||
|
||||
/** @var Result<V,string> */
|
||||
return Success::create($result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user