Skip to content

Commit 575005b

Browse files
committed
Merge pull request #1 from danmichaelo/scrutinizer-patch-1
Scrutinizer Auto-Fixes
2 parents d77c810 + 76c5f24 commit 575005b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/ExplainResponse.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php namespace Scriptotek\Sru;
22

3-
use Danmichaelo\QuiteSimpleXMLElement\QuiteSimpleXMLElement;
4-
53
/**
64
* Explain response
75
*/

src/InvalidResponseException.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
class InvalidResponseException extends \Exception{
44

5+
/**
6+
* @param string $message
7+
*/
58
public function __construct($message) {
69
parent::__construct($message);
710
}

src/ResponseInterface.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ interface ResponseInterface {
1010
*
1111
* @param string $text Raw XML response
1212
* @param Client $client SRU client reference (optional)
13+
* @return void
1314
*/
1415
public function __construct($text, &$client = null);
1516

src/SearchRetrieveResponse.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?php namespace Scriptotek\Sru;
22

3-
use Danmichaelo\QuiteSimpleXMLElement\QuiteSimpleXMLElement;
4-
53
/**
64
* SearchRetrieve response, containing a list of records or some error
75
*/

0 commit comments

Comments
 (0)