Compare commits

..

No commits in common. "main" and "1.8.0" have entirely different histories.
main ... 1.8.0

2 changed files with 2 additions and 4 deletions

View file

@ -227,7 +227,7 @@ Network entities validation
## Integrations ## Integrations
* [gemini-dl](https://github.com/YGGverse/gemini-dl) - CLI batch downloader for Gemini protocol
* [web-api](https://github.com/YGGverse/web-api) - Network API with native Yggdrasil/IPv6 support * [web-api](https://github.com/YGGverse/web-api) - Network API with native Yggdrasil/IPv6 support
* [Yo!](https://github.com/YGGverse/Yo) - Crawler and search engine for different networks * [Yo!](https://github.com/YGGverse/Yo) - Crawler and search engine for different networks
* [Yoda](https://github.com/YGGverse/Yoda) - Experimental PHP-GTK browser for Gemini protocol * [Yoda](https://github.com/YGGverse/Yoda) - Experimental PHP-GTK browser for Gemini protocol
* [gemini-dl](https://github.com/YGGverse/gemini-dl) - CLI downloader for Gemini protocol

View file

@ -83,9 +83,7 @@ class Address
public function isAbsolute(): bool public function isAbsolute(): bool
{ {
return boolval( return ($this->_scheme && $this->_host);
$this->_scheme || $this->_host
);
} }
public function isRelative(): bool public function isRelative(): bool