Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
- Added comma after last array element
  • Loading branch information
weierophinney committed Jul 30, 2012
1 parent 5c7001d commit 27aff48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Helper/DoctypeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function testIsRdfa()
Helper\Doctype::XHTML_BASIC1,
Helper\Doctype::HTML4_STRICT,
Helper\Doctype::HTML4_LOOSE,
Helper\Doctype::HTML4_FRAMESET
Helper\Doctype::HTML4_FRAMESET,
);

foreach ($doctypes as $type) {
Expand Down

0 comments on commit 27aff48

Please sign in to comment.