diff --git a/src/ComposerPlugin.php b/src/ComposerPlugin.php index 0eb039e..88b56f8 100644 --- a/src/ComposerPlugin.php +++ b/src/ComposerPlugin.php @@ -45,7 +45,7 @@ public function onPostAutoloadDump(Event $event) { $this->debugMessage("Disabling AutoTypecheck"); require_once($this->vendor.'/fredemmott/hack-error-suppressor/src/HackErrorSuppressor.php'); require_once($this->vendor.'/fredemmott/hack-error-suppressor/src/ScopedHackErrorSuppressor.php'); - $typechecker_guard = new \Facebook\ScopedHackErrorSuppressor(); + $typechecker_guard = new \FredEmmott\ScopedHackErrorSuppressor(); $this->debugMessage("Loading composer autoload"); require_once($this->vendor.'/autoload.php');