Allow for IDatabase to be used as type hints for DatabaseBase|DBConnRef
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 18 Jul 2013 03:37:38 +0000 (20:37 -0700)
committerTim Starling <tstarling@wikimedia.org>
Thu, 18 Jul 2013 03:43:20 +0000 (03:43 +0000)
commit1fbb0404f54d8e8a56378ae9d957a2982b3d7194
tree82eb2a44bd9d19a36cf156d4abeafa97d2ed87a2
parent68e6c864ff2c326aa552f5e05808e6914dc132d6
Allow for IDatabase to be used as type hints for DatabaseBase|DBConnRef

* Use this in LogEntry to avoid needless type errors

Change-Id: I8644b35b0d9cd171243dd28de52e94ef39d361a7
includes/AutoLoader.php
includes/db/Database.php
includes/db/LoadBalancer.php
includes/logging/LogEntry.php