@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Marek\Toggable\Http\Manager; |
| 4 | 4 | |
| 5 | -use Marek\Toggable\API\Http\Response\Response; |
|
| 6 | 5 | use InvalidArgumentException; |
| 7 | 6 | |
| 8 | 7 | /** |
@@ -77,7 +77,7 @@ |
||
| 77 | 77 | |
| 78 | 78 | $data = $this->client->send($uri, $opts); |
| 79 | 79 | |
| 80 | - var_dump(json_decode($data['data'], true));die; |
|
| 80 | + var_dump(json_decode($data['data'], true)); die; |
|
| 81 | 81 | if (empty($data)) { |
| 82 | 82 | throw new \Exception; |
| 83 | 83 | } |
@@ -15,10 +15,10 @@ |
||
| 15 | 15 | class ObjectProperty implements HydratorInterface, StrategyEnabledInterface |
| 16 | 16 | { |
| 17 | 17 | /** |
| 18 | - * The list with strategies that this hydrator has. |
|
| 19 | - * |
|
| 20 | - * @var \ArrayObject |
|
| 21 | - */ |
|
| 18 | + * The list with strategies that this hydrator has. |
|
| 19 | + * |
|
| 20 | + * @var \ArrayObject |
|
| 21 | + */ |
|
| 22 | 22 | protected $strategies; |
| 23 | 23 | |
| 24 | 24 | /** |