Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mklkj committed Apr 2, 2018
1 parent d47a677 commit e7dabfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/TableTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@ public function testGetTableLessonClassValue(): void
$this->assertEquals('28', $this->tableRoom->getTable()['days'][0]['hours'][0]['lessons'][0]['className']['value']);
$this->assertEquals('29', $this->tableRoom->getTable()['days'][1]['hours'][0]['lessons'][0]['className']['value']);


$this->assertEquals('20', $this->tableRoom->getTable()['days'][3]['hours'][0]['lessons'][0]['className'][0]['value']);
$this->assertEquals('18', $this->tableRoom->getTable()['days'][3]['hours'][0]['lessons'][0]['className'][2]['value']);
}
Expand Down
2 changes: 1 addition & 1 deletion tests/template.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<?php elseif (isset($lesson['className'][0])): ?>
<?php foreach ((array) $lesson['className'] as $group):
?><a href="o<?= $group['value']; ?>.html" class="o"><?=str_replace($group['alt'], '', $group['name']);
?></a><?=$group['alt'];?><?php
?></a><?=$group['alt']; ?><?php
if ($group !== end($lesson['className'])):
?>,<?php endif; ?><?php
endforeach; ?>
Expand Down

0 comments on commit e7dabfb

Please sign in to comment.