migration cl --> A
This commit is contained in:
parent
b97b2b651d
commit
9b134ae7c6
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue