Merge "build: Exclude MemcachedClient from phan"
[lhc/web/wiklou.git] / includes / user / User.php
index ad6b5b8..7068879 100644 (file)
@@ -249,7 +249,8 @@ class User implements IDBAccessObject, UserIdentity {
                        return $this->$name;
                } else {
                        wfLogWarning( 'tried to get non-visible property' );
-                       return null;
+                       $null = null;
+                       return $null;
                }
        }