@@ -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\BettingApi\Event; |
| 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\BettingApi\TimeRange; |
| 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\BettingApi\Competition; |
| 11 | 11 | |
| 12 | 12 | use Betfair\Adapter\AdapterInterface; |
@@ -17,7 +17,7 @@ |
||
| 17 | 17 | { |
| 18 | 18 | $this->specificationDir = $specificationDir !== null |
| 19 | 19 | ? $specificationDir |
| 20 | - :__DIR__."/../Resources/specification"; |
|
| 20 | + :__DIR__ . "/../Resources/specification"; |
|
| 21 | 21 | } |
| 22 | 22 | |
| 23 | 23 | public function createBetfairGuzzleClient($options = array()) |
@@ -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\Client; |
| 11 | 11 | |
| 12 | 12 | use Betfair\BetfairActionType; |
@@ -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\Client; |
| 11 | 11 | |
| 12 | 12 | use Betfair\Model\ParamInterface; |
@@ -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\Credential; |
| 11 | 11 | |
| 12 | 12 | interface CredentialInterface |
@@ -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\Credential; |
| 11 | 11 | |
| 12 | 12 | /** |
@@ -11,7 +11,7 @@ |
||
| 11 | 11 | public static function createBetfair($applicationId, $betfairUsername, $betfairPassword, $options = array()) |
| 12 | 12 | { |
| 13 | 13 | $credential = new Credential($applicationId, $betfairUsername, $betfairPassword); |
| 14 | - $factory = new BetfairGuzzleClientFactory(__DIR__."/Resources/specification"); |
|
| 14 | + $factory = new BetfairGuzzleClientFactory(__DIR__ . "/Resources/specification"); |
|
| 15 | 15 | $betfairClient = new BetfairClient($credential, $factory->createBetfairGuzzleClient($options)); |
| 16 | 16 | |
| 17 | 17 | $responseAdapter = null; |