You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$dt_period = DT::walk('2022-02-24', '2022-03-30', '1 day');
// IMP Stop the war! Save Ukraine! Slava Ukraini!foreach ($dt_periodas$day) {
/** @var \DateTime $day - this is wrong type, it must return SimpUtils version */$this->assertContains("{$day->date}", $dt_expected);
}
The text was updated successfully, but these errors were encountered:
* Small adjustments of the documentation inside of basic.php
* Progress on PHPDOC preparation for basic.php
* Progress on PHPDOC preparation for basic.php
Really good one.
Additionally a bug with DateTime and wrong TZ choosing is resolved.
* php-simputils-115 Ee improvement
Un-related weird test error related to wrong date-time object returned from date-period. Ticket here: #121
* php-simputils-115 Ee improvement #115
Working nice code, tests might be improved later even further.
The text was updated successfully, but these errors were encountered: