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

Commit e243040

Browse files
committed
Regenerate examples
1 parent 25e30ed commit e243040

File tree

3 files changed

+7
-41
lines changed

3 files changed

+7
-41
lines changed

tests/examples/codegen/GetRequestExampleControllerParameters.php

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
<?hh // strict
2-
/*
3-
* Copyright (c) 2016-present, Facebook, Inc.
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the BSD-style license found in the
7-
* LICENSE file in the root directory of this source tree. An additional grant
8-
* of patent rights can be found in the PATENTS file in the same directory.
9-
*
10-
*/
11-
122
/**
133
* This file is generated. Do not modify it manually!
144
*
15-
* To re-generate this file run
16-
* /root/hackdev/hack-router-codegen/vendor/phpunit/phpunit/phpunit
5+
* To re-generate this file run vendor/phpunit/phpunit/phpunit
176
*
187
*
19-
* @generated SignedSource<<4039386318dd7e6e77e01e1a42eddaf0>>
8+
* @generated SignedSource<<cf8199075872035d9d2dd03c0bd0c533>>
209
*/
2110
namespace Facebook\HackRouter\CodeGen\Tests\Generated;
2211

@@ -31,8 +20,7 @@ final public function getMyInt(): int {
3120
return $this->getParameters()->getInt('MyInt');
3221
}
3322

34-
final public function getMyEnum(
35-
): \Facebook\HackRouter\CodeGen\Tests\MyEnum {
23+
final public function getMyEnum(): \Facebook\HackRouter\CodeGen\Tests\MyEnum {
3624
return $this->getParameters()->getEnum(
3725
\Facebook\HackRouter\CodeGen\Tests\MyEnum::class,
3826
'MyEnum',

tests/examples/codegen/GetRequestExampleControllerUriBuilder.php

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
<?hh // strict
2-
/*
3-
* Copyright (c) 2016-present, Facebook, Inc.
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the BSD-style license found in the
7-
* LICENSE file in the root directory of this source tree. An additional grant
8-
* of patent rights can be found in the PATENTS file in the same directory.
9-
*
10-
*/
11-
122
/**
133
* This file is generated. Do not modify it manually!
144
*
15-
* To re-generate this file run
16-
* /root/hackdev/hack-router-codegen/vendor/phpunit/phpunit/phpunit
5+
* To re-generate this file run vendor/phpunit/phpunit/phpunit
176
*
187
*
19-
* @generated SignedSource<<7baf393b557b6be64ce8e0acd742e79f>>
8+
* @generated SignedSource<<05a357d0ebb349d7076df84ffdd5ed3e>>
209
*/
2110
namespace Facebook\HackRouter\CodeGen\Tests\Generated;
2211

tests/examples/codegen/MySiteRouter.php

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
<?hh // strict
2-
/*
3-
* Copyright (c) 2016-present, Facebook, Inc.
4-
* All rights reserved.
5-
*
6-
* This source code is licensed under the BSD-style license found in the
7-
* LICENSE file in the root directory of this source tree. An additional grant
8-
* of patent rights can be found in the PATENTS file in the same directory.
9-
*
10-
*/
11-
122
/**
133
* This file is generated. Do not modify it manually!
144
*
15-
* To re-generate this file run
16-
* /root/hackdev/hack-router-codegen/vendor/phpunit/phpunit/phpunit
5+
* To re-generate this file run vendor/phpunit/phpunit/phpunit
176
*
187
*
19-
* @generated SignedSource<<dbf6edd330440635568742b64289624c>>
8+
* @generated SignedSource<<c4e185b063d3f7747c5d3cabf1451922>>
209
*/
2110
namespace Facebook\HackRouter\CodeGen\Tests\Generated;
2211

0 commit comments

Comments
 (0)