rhosocial/yii2-organization

View on GitHub
web/organization/views/my/set-up-organization.php

Summary

Maintainability
A
0 mins
Test Coverage

There must be one blank line after the last USE statement; 0 found;
Open

use yii\helpers\Html;

Line exceeds 120 characters; contains 157 characters
Open

    echo "<p>" . Yii::t('organization', 'To set up a new department under "{name}":', ['name' => $parent->profile->name . " ({$parent->getID()})"]) . "</p>";

Line exceeds 120 characters; contains 203 characters
Open

    echo "<p>(" . Yii::t('organization', 'There {remaining,plural,=0{is no places} =1{is only one place} other{are # places}} left.', ['remaining' => $parent->getRemainingSubordinatePlaces()]) . ")</p>";

There are no issues that match your filters.

Category
Status