X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fexternalstore%2FExternalStoreMwstore.php;h=5395f5627441c116bbae106b2df58f06102d3ac5;hb=e1aabf2f24aef20adc72db8a750704cbb33236c6;hp=b05843c4c888e319d90a3875e059e28e5bb3c853;hpb=a85d1b9d0cd7f02111d3a647d5b91e3b1f334563;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/externalstore/ExternalStoreMwstore.php b/includes/externalstore/ExternalStoreMwstore.php index b05843c4c8..5395f56274 100644 --- a/includes/externalstore/ExternalStoreMwstore.php +++ b/includes/externalstore/ExternalStoreMwstore.php @@ -35,6 +35,8 @@ class ExternalStoreMwstore extends ExternalStoreMedium { * The URL returned is of the form of the form mwstore://backend/container/wiki/id * * @see ExternalStoreMedium::fetchFromURL() + * @param string $url + * @return bool */ public function fetchFromURL( $url ) { $be = FileBackendGroup::singleton()->backendFromPath( $url ); @@ -73,6 +75,10 @@ class ExternalStoreMwstore extends ExternalStoreMedium { /** * @see ExternalStoreMedium::store() + * @param string $backend + * @param string $data + * @return string|bool + * @throws MWException */ public function store( $backend, $data ) { $be = FileBackendGroup::singleton()->get( $backend );