Skip to content

Commit

Permalink
Merge pull request #11 from matsuo/resolve-an-error-detected-by-phpstan
Browse files Browse the repository at this point in the history
Resolve "Result of method File_IMC_Parse::_convertLineEndings() (void) is used" detected by PHPStan
  • Loading branch information
CloCkWeRX authored Jul 18, 2024
2 parents d3e8666 + bd5d71e commit de31ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion File/IMC/Parse.php
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public function fromText($text, $charset='UTF-8')
*
* @param string $text The string on which to convert line endings.
*
* @return void
* @return string|array
*/
protected function _convertLineEndings($text)
{
Expand Down

0 comments on commit de31ff9

Please sign in to comment.