Add more return types to Database class
authoraddshore <addshorewiki@gmail.com>
Fri, 26 Jun 2015 14:47:58 +0000 (16:47 +0200)
committeraddshore <addshorewiki@gmail.com>
Fri, 26 Jun 2015 14:47:58 +0000 (16:47 +0200)
commitc5a65358cac1d8324d1e36cf9e7a68e117a49078
treeef539eede54279a9487c605d7e4b97336c79d5e7
parent40f693404f15fd76eeedfa9ab5ea91ae5f029d7c
Add more return types to Database class

We expect these to be implemented and where
implemented we expect them to return these types.

This means when typehinting against Database
(Which is done throughout the code as we dont know
what DB we will eb using) warnings about void return
types will no longer be shown by static analysis stuff

Change-Id: I03d85560d9eb92d6df11dba8bc90339bf41cee8c
includes/db/Database.php