User tests: Successful: Unsuccessful:
Improve code style.
if (...)
{
return false;
}
else
{
// ...
}
by
if (...)
{
return false;
}
// ...
$asset->loadByName($name);
because it does not set error if asset does not exist.Php units passes.
Code review.
I suggest you do a review by ignoring the white spaces https://github.com/joomla/joomla-cms/pull/20673/files?w=1
Works as before.
Status | New | ⇒ | Pending |
Category | ⇒ | Libraries |
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-03-25 16:13:04 |
Closed_By | ⇒ | laoneo | |
Labels |
Added:
?
Removed: ? ? |
Done that please tell anything more