This fixes the following issue:
ArgumentCountError : Too few arguments to function Keruald\OmniTools\Collections\OmniArray::__construct(), 0 passed in .../keruald/omnitools/src/Strings/Multibyte/OmniString.php on line 98 and exactly 1 expected
|  Differential  D2491  
Allow to create empty OmniArray Authored by dereckson on Jan 26 2022, 20:49. Tags None Referenced Files 
 
 
 
 
 
 
 
 Subscribers None 
Details 
 This fixes the following issue: ArgumentCountError : Too few arguments to function Keruald\OmniTools\Collections\OmniArray::__construct(), 0 passed in .../keruald/omnitools/src/Strings/Multibyte/OmniString.php on line 98 and exactly 1 expected New test for OmniString::explode, which does trigger this code path. 
Diff Detail 
 |