Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LEDfan committed Sep 16, 2017
1 parent 10880a1 commit 31c8172
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion appinfo/application.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public function __construct(array $urlParams=array()){
$c->query('RosterPush'),
$c->query('PresenceMapper'),
$c->query('StanzaMapper'),
$c->query('ServerContainer')->query('OCP\IGroupManager')
$c->query('ServerContainer')->query('GroupManager')
);
});

Expand Down
3 changes: 0 additions & 3 deletions lib/IUserProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@

namespace OCA\OJSXC;

use OCA\OJSXC\Exceptions\Exception;
use OCP\IUserManager;

interface IUserProvider {

/**
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/stanzahandlers/IQTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function iqRosterProvider()
->method('getUID')
->will($this->returnValue('richard'));
$user2->expects($this->any())
->method(getFullName)
->method('getFullName')
->will($this->returnValue('Richard'));


Expand Down

0 comments on commit 31c8172

Please sign in to comment.