mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
PHPStan flagged Executions/Create.php:242 `if ($geoRecord)` as always true. GeoRecord is DI-injected and non-nullable; the inner guard is dead weight. Outer `if (!empty($ip))` is the real condition.