Skip to content

Commit

Permalink
Fix return statements
Browse files Browse the repository at this point in the history
  • Loading branch information
zbateson committed Aug 20, 2021
1 parent e17638d commit 2701ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Message/Factory/PartHeaderContainerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct(HeaderFactory $headerFactory)
/**
* Creates and returns a PartHeaderContainer.
*
* @return PartHeaderContainer;
* @return PartHeaderContainer
*/
public function newInstance(PartHeaderContainer $from = null)
{
Expand Down
2 changes: 1 addition & 1 deletion src/Parser/Part/UUEncodedPartHeaderContainerFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function __construct(HeaderFactory $headerFactory)
/**
* Creates and returns a UUEncodedPartHeaderContainer.
*
* @return UUEncodedPartHeaderContainer;
* @return UUEncodedPartHeaderContainer
*/
public function newInstance($mode, $filename)
{
Expand Down

0 comments on commit 2701ecc

Please sign in to comment.