Skip to content

Commit

Permalink
StringReader should be an InputStreamReader (#1141)
Browse files Browse the repository at this point in the history
  • Loading branch information
siad007 authored Oct 2, 2019
1 parent 7fc0e69 commit 4786a0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/phing/system/io/StringReader.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*
* @package phing.system.io
*/
class StringReader extends Reader
class StringReader extends InputStreamReader
{

/**
Expand Down

0 comments on commit 4786a0b

Please sign in to comment.