@@ -1,12 +1,12 @@ discard block |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the Betfair library. |
|
4 | - * |
|
5 | - * (c) Daniele D'Angeli <[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 | + * This file is part of the Betfair library. |
|
4 | + * |
|
5 | + * (c) Daniele D'Angeli <[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 | namespace Betfair\Adapter; |
11 | 11 | |
12 | 12 | class ArrayRpcAdapter implements AdapterInterface |
@@ -16,11 +16,11 @@ discard block |
||
16 | 16 | $data = json_decode($response, true); |
17 | 17 | |
18 | 18 | if (isset($data['result'])){ |
19 | - return $data['result']; |
|
19 | + return $data['result']; |
|
20 | 20 | } |
21 | 21 | |
22 | 22 | if (isset($data['error'])){ |
23 | - return $data['error']; |
|
23 | + return $data['error']; |
|
24 | 24 | } |
25 | 25 | } |
26 | 26 | } |
@@ -1,10 +1,10 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Created by PhpStorm. |
|
4 | - * User: danieledangeli |
|
5 | - * Date: 15/02/15 |
|
6 | - * Time: 20:46 |
|
7 | - */ |
|
3 | + * Created by PhpStorm. |
|
4 | + * User: danieledangeli |
|
5 | + * Date: 15/02/15 |
|
6 | + * Time: 20:46 |
|
7 | + */ |
|
8 | 8 | |
9 | 9 | namespace Betfair\Model; |
10 | 10 |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the Betfair library. |
|
4 | - * |
|
5 | - * (c) Daniele D'Angeli <[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 | + * This file is part of the Betfair library. |
|
4 | + * |
|
5 | + * (c) Daniele D'Angeli <[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 | namespace Betfair; |
11 | 11 | |
12 | 12 | use Betfair\Adapter\AdapterInterface; |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the Betfair library. |
|
4 | - * |
|
5 | - * (c) Daniele D'Angeli <[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 | + * This file is part of the Betfair library. |
|
4 | + * |
|
5 | + * (c) Daniele D'Angeli <[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 | namespace Betfair; |
11 | 11 | |
12 | 12 | use Betfair\Adapter\AdapterInterface; |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the Betfair library. |
|
4 | - * |
|
5 | - * (c) Daniele D'Angeli <[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 | + * This file is part of the Betfair library. |
|
4 | + * |
|
5 | + * (c) Daniele D'Angeli <[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 | namespace Betfair; |
11 | 11 | |
12 | 12 | use Betfair\Adapter\AdapterInterface; |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the Betfair library. |
|
4 | - * |
|
5 | - * (c) Daniele D'Angeli <[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 | + * This file is part of the Betfair library. |
|
4 | + * |
|
5 | + * (c) Daniele D'Angeli <[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 | namespace Betfair; |
11 | 11 | |
12 | 12 | use Betfair\Adapter\AdapterInterface; |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the Betfair library. |
|
4 | - * |
|
5 | - * (c) Daniele D'Angeli <[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 | + * This file is part of the Betfair library. |
|
4 | + * |
|
5 | + * (c) Daniele D'Angeli <[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 | namespace Betfair; |
11 | 11 | |
12 | 12 | use Betfair\Adapter\AdapterInterface; |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the Betfair library. |
|
4 | - * |
|
5 | - * (c) Daniele D'Angeli <[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 | + * This file is part of the Betfair library. |
|
4 | + * |
|
5 | + * (c) Daniele D'Angeli <[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 | namespace Betfair; |
11 | 11 | |
12 | 12 | use Betfair\Adapter\AdapterInterface; |
@@ -1,12 +1,12 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * This file is part of the Betfair library. |
|
4 | - * |
|
5 | - * (c) Daniele D'Angeli <[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 | + * This file is part of the Betfair library. |
|
4 | + * |
|
5 | + * (c) Daniele D'Angeli <[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 | namespace Betfair; |
11 | 11 | |
12 | 12 | use Betfair\Adapter\AdapterInterface; |