mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
typo in comment
This commit is contained in:
parent
f0cbe9ac99
commit
70ddc990b6
@ -126,7 +126,7 @@ class Util
|
||||
public static function aliasDescription($name)
|
||||
{
|
||||
if (empty(self::$aliasDescriptions)) {
|
||||
// read all aliases at ones, and cache descriptions.
|
||||
// read all aliases at once, and cache descriptions.
|
||||
foreach ((new Alias())->aliasIterator() as $alias) {
|
||||
if (empty(self::$aliasDescriptions[$alias['name']])) {
|
||||
if (!empty($alias['descr'])) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user