diff options
Diffstat (limited to 'modules/php_musicbrainz/mbWebService.php')
-rw-r--r-- | modules/php_musicbrainz/mbWebService.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/php_musicbrainz/mbWebService.php b/modules/php_musicbrainz/mbWebService.php index 8d5a3b09..4f5a98ad 100644 --- a/modules/php_musicbrainz/mbWebService.php +++ b/modules/php_musicbrainz/mbWebService.php @@ -1,4 +1,5 @@ <?php +/* vim:set tabstop=8 softtabstop=8 shiftwidth=8 noexpandtab: */ interface IWebService { function get ( $entity, $id, $include, $filter, $version = '1' ); function post( $entity, $id, $data, $version = '1' ); |