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

Commit

Permalink
Use "use" instead of "use type" to preserve 3.18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Sep 4, 2017
1 parent 75678a2 commit f1a805e
Showing 1 changed file with 1 addition and 1 deletion.
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 type Facebook\TypeAssert\TypeAssert;
use Facebook\TypeAssert\TypeAssert;

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

0 comments on commit f1a805e

Please sign in to comment.