Skip to content

Commit c411348

Browse files
committed
CS fixes
1 parent a381562 commit c411348

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tests/10_Writing/NodeTypeAssignementTest.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ public function setUp()
3232
* the predefined mixin types that do not depend on optional features
3333
*/
3434
public static $mixins = array(
35-
"mix:etag", "mix:language", "mix:lastModified", "mix:mimeType",
36-
"mix:referenceable", "mix:shareable", "mix:title"
37-
);
35+
"mix:etag", "mix:language", "mix:lastModified", "mix:mimeType",
36+
"mix:referenceable", "mix:shareable", "mix:title"
37+
);
3838

39-
public static function mixinTypes() {
39+
public static function mixinTypes()
40+
{
4041
$ret = array();
4142
foreach (self::$mixins as $mixin) {
4243
$ret[] = array($mixin);

0 commit comments

Comments
 (0)