Verified Commit dcbf6ff0 authored by Dave Long's avatar Dave Long
Browse files

Issue #3356337 by Spokje, mondrake: Fix incorrect type hint and make daily...

Issue #3356337 by Spokje, mondrake: Fix incorrect type hint and make daily "updated deps" QA jobs pass

(cherry picked from commit 3a54df7a)
parent 4d9d317a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ final class DebugExtension extends AbstractExtension {
   *
   * Defined as a string because the Symfony VarDumper does not always exist.
   *
   * @type string
   * @var string
   */
  private const SYMFONY_VAR_DUMPER_CLASS = '\Symfony\Component\VarDumper\VarDumper';