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

Commit 20ddeb7

Browse files
committedFeb 15, 2017
fix sed error
1 parent ea466ff commit 20ddeb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/ComposerPlugin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function onPostAutoloadDump(Event $event) {
4545
$this->debugMessage("Disabling AutoTypecheck");
4646
require_once($this->vendor.'/fredemmott/hack-error-suppressor/src/HackErrorSuppressor.php');
4747
require_once($this->vendor.'/fredemmott/hack-error-suppressor/src/ScopedHackErrorSuppressor.php');
48-
$typechecker_guard = new \Facebook\ScopedHackErrorSuppressor();
48+
$typechecker_guard = new \FredEmmott\ScopedHackErrorSuppressor();
4949

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

0 commit comments

Comments
 (0)