Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Renames Boolean type

AuthorDave Jarvis <email>
Date2026-02-22 01:40:19 GMT-0800
Commit03073cfa6e8e9585c339827819ae8fcdd4f0268a
Parent83cb51b
Delta1 line added, 1 line removed
git/BufferedReader.php
}
- public function isOpen(): boolean {
+ public function isOpen(): bool {
return $this->handle !== false;
}