zieren / wasted-youth-tracker

Limit kids' time on their (Windows) PC and get a summary of the window titles.
GNU General Public License v3.0
5 stars 0 forks source link

Update WastedTestBase.php #124

Closed Jvr2022 closed 6 months ago

Jvr2022 commented 1 year ago

Added proper PHPDoc comments for functio

Added type hints for function parameters and return types for improved type safety.

Replaced null with ?array for the lastDbError property to indicate it can be null.

Modified the advanceTime method to use the modify method of the DateTime object for better time calculation.

Adjusted the exception throwing condition in the tearDown method to check for null explicitly.