@@ -11,7 +11,6 @@ |
||
| 11 | 11 | namespace DirkGroenen\Pinterest\Endpoints; |
| 12 | 12 | |
| 13 | 13 | use DirkGroenen\Pinterest\Models\Board; |
| 14 | -use DirkGroenen\Pinterest\Models\Collection; |
|
| 15 | 14 | |
| 16 | 15 | class Boards extends Endpoint { |
| 17 | 16 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Copyright 2015 Dirk Groenen |
|
| 4 | - * |
|
| 5 | - * (c) Dirk Groenen <[email protected]> |
|
| 6 | - * |
|
| 7 | - * For the full copyright and license information, please view the LICENSE |
|
| 8 | - * file that was distributed with this source code. |
|
| 9 | - */ |
|
| 3 | + * Copyright 2015 Dirk Groenen |
|
| 4 | + * |
|
| 5 | + * (c) Dirk Groenen <[email protected]> |
|
| 6 | + * |
|
| 7 | + * For the full copyright and license information, please view the LICENSE |
|
| 8 | + * file that was distributed with this source code. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace DirkGroenen\Pinterest\Endpoints; |
| 12 | 12 | |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | namespace DirkGroenen\Pinterest\Transport; |
| 12 | 12 | |
| 13 | 13 | use DirkGroenen\Pinterest\Utils\CurlBuilder; |
| 14 | -use DirkGroenen\Pinterest\Exceptions\PinterestException; |
|
| 15 | 14 | |
| 16 | 15 | class Response { |
| 17 | 16 | |
@@ -13,11 +13,11 @@ |
||
| 13 | 13 | use DirkGroenen\Pinterest\Utils\CurlBuilder; |
| 14 | 14 | use DirkGroenen\Pinterest\Exceptions\PinterestException; |
| 15 | 15 | |
| 16 | - /** |
|
| 17 | - * @property array $page |
|
| 18 | - * @property array $data |
|
| 19 | - * @property string $message |
|
| 20 | - */ |
|
| 16 | + /** |
|
| 17 | + * @property array $page |
|
| 18 | + * @property array $data |
|
| 19 | + * @property string $message |
|
| 20 | + */ |
|
| 21 | 21 | class Response { |
| 22 | 22 | |
| 23 | 23 | /** |
@@ -10,8 +10,6 @@ |
||
| 10 | 10 | |
| 11 | 11 | namespace DirkGroenen\Pinterest\Utils; |
| 12 | 12 | |
| 13 | -use DirkGroenen\Pinterest\Exceptions\PinterestException; |
|
| 14 | - |
|
| 15 | 13 | class CurlBuilder { |
| 16 | 14 | |
| 17 | 15 | /** |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Copyright 2015 Dirk Groenen |
|
| 4 | - * |
|
| 5 | - * (c) Dirk Groenen <[email protected]> |
|
| 6 | - * |
|
| 7 | - * For the full copyright and license information, please view the LICENSE |
|
| 8 | - * file that was distributed with this source code. |
|
| 9 | - */ |
|
| 3 | + * Copyright 2015 Dirk Groenen |
|
| 4 | + * |
|
| 5 | + * (c) Dirk Groenen <[email protected]> |
|
| 6 | + * |
|
| 7 | + * For the full copyright and license information, please view the LICENSE |
|
| 8 | + * file that was distributed with this source code. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace DirkGroenen\Pinterest\Endpoints; |
| 12 | 12 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Copyright 2015 Dirk Groenen |
|
| 4 | - * |
|
| 5 | - * (c) Dirk Groenen <[email protected]> |
|
| 6 | - * |
|
| 7 | - * For the full copyright and license information, please view the LICENSE |
|
| 8 | - * file that was distributed with this source code. |
|
| 9 | - */ |
|
| 3 | + * Copyright 2015 Dirk Groenen |
|
| 4 | + * |
|
| 5 | + * (c) Dirk Groenen <[email protected]> |
|
| 6 | + * |
|
| 7 | + * For the full copyright and license information, please view the LICENSE |
|
| 8 | + * file that was distributed with this source code. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace DirkGroenen\Pinterest\Endpoints; |
| 12 | 12 | |
@@ -11,7 +11,6 @@ |
||
| 11 | 11 | namespace DirkGroenen\Pinterest\Transport; |
| 12 | 12 | |
| 13 | 13 | use DirkGroenen\Pinterest\Utils\CurlBuilder; |
| 14 | -use DirkGroenen\Pinterest\Exceptions\PinterestException; |
|
| 15 | 14 | |
| 16 | 15 | class Response { |
| 17 | 16 | |
@@ -80,7 +80,7 @@ |
||
| 80 | 80 | $this->items = $items->data; |
| 81 | 81 | } |
| 82 | 82 | else{ |
| 83 | - throw new PinterestException("$items needs to be an instance of Transport\Response or an array."); |
|
| 83 | + throw new PinterestException("$items needs to be an instance of Transport\Response or an array."); |
|
| 84 | 84 | } |
| 85 | 85 | |
| 86 | 86 | // Transform the raw collection data to models |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Copyright 2015 Dirk Groenen |
|
| 4 | - * |
|
| 5 | - * (c) Dirk Groenen <[email protected]> |
|
| 6 | - * |
|
| 7 | - * For the full copyright and license information, please view the LICENSE |
|
| 8 | - * file that was distributed with this source code. |
|
| 9 | - */ |
|
| 3 | + * Copyright 2015 Dirk Groenen |
|
| 4 | + * |
|
| 5 | + * (c) Dirk Groenen <[email protected]> |
|
| 6 | + * |
|
| 7 | + * For the full copyright and license information, please view the LICENSE |
|
| 8 | + * file that was distributed with this source code. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace DirkGroenen\Pinterest\Endpoints; |
| 12 | 12 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Copyright 2015 Dirk Groenen |
|
| 4 | - * |
|
| 5 | - * (c) Dirk Groenen <[email protected]> |
|
| 6 | - * |
|
| 7 | - * For the full copyright and license information, please view the LICENSE |
|
| 8 | - * file that was distributed with this source code. |
|
| 9 | - */ |
|
| 3 | + * Copyright 2015 Dirk Groenen |
|
| 4 | + * |
|
| 5 | + * (c) Dirk Groenen <[email protected]> |
|
| 6 | + * |
|
| 7 | + * For the full copyright and license information, please view the LICENSE |
|
| 8 | + * file that was distributed with this source code. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace DirkGroenen\Pinterest\Endpoints; |
| 12 | 12 | |
@@ -1,12 +1,12 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | /** |
| 3 | - * Copyright 2015 Dirk Groenen |
|
| 4 | - * |
|
| 5 | - * (c) Dirk Groenen <[email protected]> |
|
| 6 | - * |
|
| 7 | - * For the full copyright and license information, please view the LICENSE |
|
| 8 | - * file that was distributed with this source code. |
|
| 9 | - */ |
|
| 3 | + * Copyright 2015 Dirk Groenen |
|
| 4 | + * |
|
| 5 | + * (c) Dirk Groenen <[email protected]> |
|
| 6 | + * |
|
| 7 | + * For the full copyright and license information, please view the LICENSE |
|
| 8 | + * file that was distributed with this source code. |
|
| 9 | + */ |
|
| 10 | 10 | |
| 11 | 11 | namespace DirkGroenen\Pinterest\Endpoints; |
| 12 | 12 | |