mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 15:23:12 +08:00
Increased MSI to 65% (for sure this time)
This commit is contained in:
@@ -42,7 +42,7 @@ class ValidationException extends RuntimeException
|
||||
* @param \Throwable|null $prev
|
||||
* @return ValidationException
|
||||
*/
|
||||
public static function fromArray(array $invalidData, Throwable $prev = null): self
|
||||
private static function fromArray(array $invalidData, Throwable $prev = null): self
|
||||
{
|
||||
return new self(
|
||||
sprintf(
|
||||
|
||||
Reference in New Issue
Block a user