Remove superfluous cast to int
authorWMDE-Fisch <christoph.jauera@wikimedia.de>
Tue, 30 Apr 2019 14:37:03 +0000 (16:37 +0200)
committerWMDE-Fisch <christoph.jauera@wikimedia.de>
Tue, 30 Apr 2019 14:57:18 +0000 (14:57 +0000)
commit5af56eb193cf9c27aae81167bbf0c7a883dba489
tree6114f93302cacf85c85373e9c14577ded524853d
parenta91638bd387a320fb68e31f7bc0757a8c417c057
Remove superfluous cast to int

The return type from User:idFromName should now always be an int or
null.

Change-Id: Id89ada740a89d7958548673ad91397e18757bbc5
Depends-On: I3085d89b93db2b888c190ba193623b86dc93759a
maintenance/cleanupUsersWithNoId.php