Verified Commit 79df2500 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3356131 by e0ipso, alexpott, mherchel: Fatal error when assertions are...

Issue #3356131 by e0ipso, alexpott, mherchel: Fatal error when assertions are enabled and json-schema library is not available
parent ad02e3e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ final class ComponentValidator {
   *
   * @var \JsonSchema\Validator|null
   */
  protected ?Validator $validator;
  protected ?Validator $validator = NULL;

  /**
   * Sets the validator service if available.