migration cl --> A

This commit is contained in:
Jephté Clain 2024-05-21 18:30:26 +04:00
parent b97b2b651d
commit 9b134ae7c6
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
namespace nur\sery\output\std;
use Exception;
use nur\sery\A;
use nur\sery\cl;
use nur\sery\ExceptionShadow;
use nur\sery\UserException;
@ -306,7 +307,7 @@ class StdMessenger implements _IMessenger {
}
if ($printContent && $printResult) {
if ($rcontent) {
cl::ensure_array($content);
A::ensure_array($content);
$content[] = ": ";
$content[] = $rcontent;
}