summaryrefslogtreecommitdiff
path: root/src/HTML5/InputStream.php
diff options
context:
space:
mode:
authorTechnosophos <[email protected]>2013-04-02 16:55:00 -0500
committerTechnosophos <[email protected]>2013-04-02 16:55:00 -0500
commit6deb8a52b81be793810600160325df8c619641ae (patch)
treead42a6688be00a413da24a90d8f6427436c8aa4f /src/HTML5/InputStream.php
parent8a5d21165697440ae80756d9b8acf56dd682d0fc (diff)
Began conversion to namespaces.
Diffstat (limited to 'src/HTML5/InputStream.php')
-rw-r--r--src/HTML5/InputStream.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/HTML5/InputStream.php b/src/HTML5/InputStream.php
index f98b427..d3bd8ac 100644
--- a/src/HTML5/InputStream.php
+++ b/src/HTML5/InputStream.php
@@ -1,4 +1,5 @@
<?php
+namespace HTML5;
/*
@@ -29,7 +30,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
// /* */ indicates verbatim text from the HTML 5 specification
// // indicates regular comments
-class HTML5_InputStream {
+class InputStream {
/**
* The string data we're parsing.
*/