summaryrefslogtreecommitdiff
path: root/src/HTML5/Parser/StringInputStream.php
AgeCommit message (Expand)Author
2022-12-11Add more 'ReturnTypeWillChange' in 'StringInputStream'.wn_
2022-07-31add annotations for PHP8.1Andrew Dolgov
2018-11-25Normalize PHPDoc commentsTitouan Galopin
2018-11-25Fix coding styleTitouan Galopin
2018-11-03Improve performance by relying on a native string instead of InputStreamTitouan Galopin
2018-11-02Add more extensions on composer.json, improve phpdocs and remove dead codeTitouan Galopin
2014-06-17PSR-2 formattingAsmir Mustafic
2014-06-11PSR-2 code styleAsmir Mustafic
2014-06-11PSR-0 vendor namespaceAsmir Mustafic
2013-11-06Improving the documentation coverage.Matt Farina
2013-06-28Documentation updates for Beta 1!Matt Butcher
2013-04-11Addressed UTF-8 encoding issues.Technosophos
2013-04-11Moved UTF-8 character check out to UTF8Utils.Technosophos
2013-04-11Started StringInputStream tests.Matt Farina
2013-04-10Moved the scanner to the new Parser InputStream and updated the unit tests to...Matt Farina
2013-04-10Use UTF8Utils.Matt Butcher
2013-04-10Refactoring InputStream.Matt Butcher