mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-23 18:18:21 +08:00
Merge pull request #5394 from IndeedPlusPlus/patch-1
add missing semicolon, fixes #5393
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<span class="text"><?php if ($file !== null) echo 'in ' . $handler->htmlEncode($file); ?></span>
|
<span class="text"><?php if ($file !== null) echo 'in ' . $handler->htmlEncode($file); ?></span>
|
||||||
<?php if ($method !== null): ?>
|
<?php if ($method !== null): ?>
|
||||||
<span class="call">
|
<span class="call">
|
||||||
<?php if ($file !== null) echo '–' ?>
|
<?php if ($file !== null) echo '–'; ?>
|
||||||
<?= ($class !== null ? $handler->addTypeLinks("$class::$method") : $handler->htmlEncode($method)) . '(' . $handler->argumentsToString($args) . ')' ?>
|
<?= ($class !== null ? $handler->addTypeLinks("$class::$method") : $handler->htmlEncode($method)) . '(' . $handler->argumentsToString($args) . ')' ?>
|
||||||
</span>
|
</span>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user