This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress the 4323 typing error (#440)
The original implementation is not type safe and there was an existing `HH_FIXME[4110]` marker to suppress the error. Unfortunately the marker is not adequate in the nightly HHVM because of the newly introduced 4323 error. This PR suppresses the error 4323 and should fix the CI.
- Loading branch information