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:
parent
ecbb5c77b2
commit
33d2561c1c
@ -19,6 +19,7 @@ use function array_map;
|
||||
use function array_keys;
|
||||
use function preg_match;
|
||||
use function preg_quote;
|
||||
use function substr;
|
||||
|
||||
/**
|
||||
* @internal
|
||||
|
@ -33,6 +33,7 @@ use function strtolower;
|
||||
use function substr;
|
||||
use function preg_match;
|
||||
use function preg_quote;
|
||||
use function array_merge;
|
||||
|
||||
class Reconciler
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user