mirror of
https://github.com/appwrite/appwrite
synced 2026-04-23 22:47:41 +00:00
Move type check before assignment to prevent TypeError when non-string value (like array) is passed to Origin::isValid(). The property \$this->origin is typed as string, so assigning an array before the is_string() check caused the error. |
||
|---|---|---|
| .. | ||
| DNSTest.php | ||
| EmailTest.php | ||
| OriginTest.php | ||