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

Commit

Permalink
migrate from fredemmott/type-assert to hhvm/type-assert
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Sep 4, 2017
1 parent 59ec885 commit 75678a2
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 44 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"91carriage/phpunit-hhi": "^5.5",
"facebook/definition-finder": "^1.0",
"fredemmott/hack-error-suppressor": "^1.0",
"fredemmott/type-assert": "^1.1"
"hhvm/type-assert": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.5"
Expand Down
79 changes: 38 additions & 41 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ConfigurationLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace Facebook\AutoloadMap;

use FredEmmott\TypeAssert\{
use Facebook\TypeAssert\{
IncorrectTypeException,
TypeAssert
};
Expand Down
2 changes: 1 addition & 1 deletion src/builders/FactParseScanner.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace Facebook\AutoloadMap;

use FredEmmott\TypeAssert\TypeAssert;
use type Facebook\TypeAssert\TypeAssert;

final class FactParseScanner implements Builder {
const type TFacts = array<string, shape(
Expand Down

0 comments on commit 75678a2

Please sign in to comment.