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

Commit

Permalink
Support 3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Oct 19, 2018
1 parent 069f2ee commit 5fded0e
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 51 deletions.
4 changes: 3 additions & 1 deletion .hhconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ disallow_non_arraykey_keys=true
disallow_unsafe_comparisons=true
decl_override_require_hint=true
enable_experimental_tc_features=shape_field_check,sealed_classes
forward_compatibility_level=3.28
forward_compatibility_level=3.29
user_attributes=
disable_primitive_refinement=true
95 changes: 47 additions & 48 deletions composer.lock

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

1 change: 1 addition & 0 deletions tests/ParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
namespace Facebook\HackRouter;

use function Facebook\FBExpect\expect;
use type Facebook\HackTest\DataProvider;

final class ParserTest extends \Facebook\HackTest\HackTest {
public function getExamplePatterns(): array<(string, string)> {
Expand Down
5 changes: 3 additions & 2 deletions tests/RouterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@

namespace Facebook\HackRouter;

use type Facebook\HackRouter\Tests\TestRouter;
use type Zend\Diactoros\ServerRequest;
use function Facebook\FBExpect\expect;
use namespace HH\Lib\Dict;
use type Facebook\HackRouter\Tests\TestRouter;
use type Facebook\HackTest\DataProvider;
use type Zend\Diactoros\ServerRequest;

final class RouterTest extends \Facebook\HackTest\HackTest {
const keyset<string>
Expand Down
1 change: 1 addition & 0 deletions tests/UriPatternTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
use type Facebook\HackRouter\Tests\TestStringEnum;
use function Facebook\FBExpect\expect;
use type Facebook\HackRouter\Tests\TestIntEnum;
use type Facebook\HackTest\DataProvider;

final class UriPatternTest extends \Facebook\HackTest\HackTest {
public function testLiteral(): void {
Expand Down

0 comments on commit 5fded0e

Please sign in to comment.