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

Commit

Permalink
Support typed user attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Oct 18, 2018
1 parent f620c75 commit beff712
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 182 deletions.
1 change: 1 addition & 0 deletions .hhconfig
Expand Up @@ -5,3 +5,4 @@ disallow_non_arraykey_keys=true
disallow_unsafe_comparisons=true
decl_override_require_hint=true
enable_experimental_tc_features=shape_field_check,sealed_classes
user_attributes=
203 changes: 22 additions & 181 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 tests/ExpectObjTest.php
Expand Up @@ -10,7 +10,7 @@

namespace Facebook\FBExpect;

use type Facebook\HackTest\HackTest;
use type Facebook\HackTest\{DataProvider, HackTest};

final class ExpectObjTestException extends \Exception {}

Expand Down

0 comments on commit beff712

Please sign in to comment.