Files
appwrite/src
Damodar Lohani a822a94545 fix(analyze): drop redundant null-check on injected GeoRecord
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.
2026-04-23 01:47:52 +00:00
..
2026-04-05 20:06:13 +05:30