Completed
Push — master ( 0b34df...cafd4e )
by Keith
05:03
created
src/Clarify/Subresource.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
41 41
 
42 42
     /**
43 43
      * @param $id
44
-     * @return bool
44
+     * @return \Guzzle\Http\Message\Response|null
45 45
      */
46 46
     public function delete($id)
47 47
     {
Please login to merge, or discard this patch.
tests/Clarify/BundleTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 include '../vendor/autoload.php';
3 3
 
4
-use Guzzle\Http;
5
-
6 4
 class BundleTest extends PHPUnit_Framework_TestCase
7 5
 {
8 6
     protected $bundle = null;
Please login to merge, or discard this patch.
tests/Clarify/MetadataTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 include '../vendor/autoload.php';
3 3
 
4
-use Guzzle\Http;
5
-
6 4
 class MetadataTest extends PHPUnit_Framework_TestCase
7 5
 {
8 6
     protected $bundle = null;
Please login to merge, or discard this patch.