1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

Fix style issues

This commit is contained in:
Matt Brown 2020-11-25 21:36:37 -05:00 committed by Daniil Gentili
parent ecbb5c77b2
commit 33d2561c1c
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ use function array_map;
use function array_keys;
use function preg_match;
use function preg_quote;
use function substr;
/**
* @internal

View File

@ -33,6 +33,7 @@ use function strtolower;
use function substr;
use function preg_match;
use function preg_quote;
use function array_merge;
class Reconciler
{