Run php-cs-fixer on the code base
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<table class="table-small">
|
||||
<?php foreach($files as $file): ?>
|
||||
<?php foreach ($files as $file): ?>
|
||||
<tr>
|
||||
<th>
|
||||
<i class="fa <?= $this->file->icon($file['name']) ?> fa-fw"></i>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<div class="tooltip-tasklinks">
|
||||
<ul>
|
||||
<?php foreach($links as $link): ?>
|
||||
<?php foreach ($links as $link): ?>
|
||||
<li>
|
||||
<strong><?= t($link['label']) ?></strong>
|
||||
[<i><?= $link['project_name'] ?></i>]
|
||||
|
||||
Reference in New Issue
Block a user