Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Remove calls to HackErrorSuppressor
Browse files Browse the repository at this point in the history
  • Loading branch information
kmeht committed Aug 23, 2018
1 parent ed9b6f6 commit ec0fb2b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/ComposerPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,6 @@ public static function getSubscribedEvents() {
* Here we update our autoload map.
*/
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 \FredEmmott\ScopedHackErrorSuppressor();

$this->debugMessage("Loading composer autoload");
require_once($this->vendor.'/autoload.php');

Expand Down

0 comments on commit ec0fb2b

Please sign in to comment.