Fix mistakes in JobQueue type documentations
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Fri, 15 Jan 2016 09:31:07 +0000 (10:31 +0100)
committerHoo man <hoo@online.de>
Sat, 16 Jan 2016 00:46:58 +0000 (00:46 +0000)
commitd22a14639364dc7f8e0d796f164c0f6c682d7640
treee7654b665d3d88590bbc4788032f2919ee811faa
parente48030a7aebb47eeb702d351716ba8304308b02f
Fix mistakes in JobQueue type documentations

The missing "bool" should be obvious.

I'm also changing type hints from the implementation to the interface.
All public methods from the JobSpecification class are also in the
interface, except for two: toSerializableArray and newFromArray.
These two are not used here.

Change-Id: I36867cdfdf012a4f3233ac4730ab46dac1edc0ab
includes/jobqueue/JobQueue.php
includes/jobqueue/JobQueueRedis.php