Skip to content

Commit

Permalink
Removed psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-bacart committed Oct 21, 2018
1 parent f557e8f commit 5166971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Formatter/GuzzleMessageFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class GuzzleMessageFormatter extends MessageFormatter
protected const CREDENTIAL_REPLACEMENT = '******';

/** @var string[] */
protected $credentialsToReplace = [];
protected $credentialsToReplace;

/**
* @param string[] $credentialsToReplace
Expand Down

0 comments on commit 5166971

Please sign in to comment.