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 #123

Closed Jvr2022 closed 6 months ago

Jvr2022 commented 1 year ago

emoved the commented-out declare(strict_types=1); line to avoid any potential issues.

Updated the ini_set('assert.exception', '1'); line to enable assert exceptions.

Added type hints to the setErrorHandler() method.

Added void return type to the setUp() and tearDown() methods.

Added void return type to the advanceTime() method.

Added return types to the dateString() and dateTimeString() methods.