Add missing "@return StatusValue" to all abstract do… methods
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Tue, 15 Jan 2019 11:36:04 +0000 (12:36 +0100)
committerUmherirrender <umherirrender_de.wp@web.de>
Tue, 15 Jan 2019 20:03:28 +0000 (20:03 +0000)
commit65bbe6c7dc91694ba0f4ab24d490a936bcf6220f
tree24ad6ecb7e4c4d1d4b0d0ff8c63480dd9fb72f1b
parentc3dfa889664c522bf4d9c64ff516642a5da09fb3
Add missing "@return StatusValue" to all abstract do… methods

All implementations do this, and all callers expect this. I wonder how
the documentation for this detail got lost?

Change-Id: If4977c9f4032ca5d93ea91f49cdc70f7ef1175ba
includes/libs/filebackend/FileBackend.php