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

Commit 72e2374

Browse files
Adam Kramerfacebook-github-bot
Adam Kramer
authored andcommittedFeb 23, 2022
Remove // strict from a bunch of files
Summary: Just, `tbgs -l "// strict" | xargs phps RemoveStrictMode` drop-conflicts Reviewed By: DavidSnider Differential Revision: D34390468 fbshipit-source-id: f97aa5d7004cb94589963a07cfbc6a0c256b4692
1 parent 4a3a5f6 commit 72e2374

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎tests/ClusterTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?hh // strict
1+
<?hh
22
/*
33
* Copyright (c) 2017-present, Facebook, Inc.
44
* All rights reserved.

‎tests/RawDiffTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?hh // strict
1+
<?hh
22
/*
33
* Copyright (c) 2017-present, Facebook, Inc.
44
* All rights reserved.

‎tests/StringDiffTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?hh // strict
1+
<?hh
22
/*
33
* Copyright (c) 2017-present, Facebook, Inc.
44
* All rights reserved.

0 commit comments

Comments
 (0)