Skip to content

Commit

Permalink
Scrutinizer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zbateson committed Aug 23, 2021
1 parent 5192080 commit df1b1eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Message/IMessagePart.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public function getCharset();
* Returns the content's disposition, or returns the value of $default if
* not defined.
*
* @param $default Optional default value to return if not
* @param string $default Optional default value to return if not
* applicable/defined
* @return string|null the disposition.
*/
Expand Down
1 change: 0 additions & 1 deletion src/Parser/Proxy/ParserMimePartProxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ public function popNextChild()
public function parseAll()
{
$this->parseContent();
$child = null;
while (!$this->allChildrenParsed) {
$this->parseNextChild();
}
Expand Down

0 comments on commit df1b1eb

Please sign in to comment.