Skip to content

Commit

Permalink
base64_decode in this context MUST be false
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Apr 9, 2019
1 parent b2bd3f5 commit e437d1b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ parameters:
-
message: '#Argument of an invalid type array\|null supplied for foreach, only iterables are supported#'
path: %currentWorkingDirectory%/src/Connection.php
-
message: '#Call to function base64_decode\(\) requires parameter \#2 to be true#'
path: %currentWorkingDirectory%/src/Message/AbstractPart.php
-
message: '#Parameter \#1 \$resource of class Ddeboer\\Imap\\ImapResource constructor expects resource, string given#'
path: %currentWorkingDirectory%/tests/ConnectionTest.php

0 comments on commit e437d1b

Please sign in to comment.