Commit 6570c42d by Alexander Makarov

Merge pull request #6342 from PiloTeZ/patch-1

[skip ci] Error in documentation
parents 4a53d0ca 97b1de10
...@@ -40,7 +40,7 @@ use yii\authclient\ClientInterface; ...@@ -40,7 +40,7 @@ use yii\authclient\ClientInterface;
* ]); ?> * ]); ?>
* <ul> * <ul>
* <?php foreach ($authAuthChoice->getClients() as $client): ?> * <?php foreach ($authAuthChoice->getClients() as $client): ?>
* <li><?= $authAuthChoice->clientLink($client) ?></li> * <li><?php $authAuthChoice->clientLink($client) ?></li>
* <?php endforeach; ?> * <?php endforeach; ?>
* </ul> * </ul>
* <?php AuthChoice::end(); ?> * <?php AuthChoice::end(); ?>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment