@@ -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\Factory; |
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\Factory; |
11 | 11 | |
12 | 12 | use Betfair\Model\Param; |
@@ -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\Factory; |
11 | 11 | |
12 | 12 | use Betfair\Model\MarketFilter; |
@@ -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\Model; |
11 | 11 | |
12 | 12 | interface ParamInterface |
@@ -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 |
@@ -5,5 +5,5 @@ |
||
5 | 5 | |
6 | 6 | interface ArrayableInterface |
7 | 7 | { |
8 | - public static function toArray() ; |
|
8 | + public static function toArray(); |
|
9 | 9 | } |
10 | 10 | \ No newline at end of file |
@@ -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\Model; |
11 | 11 | |
12 | 12 | interface MarketFilterInterface |
@@ -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\Model; |
11 | 11 | |
12 | 12 | class BetfairSerializable implements \JsonSerializable |
@@ -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\Model; |
11 | 11 | |
12 | 12 | class MarketFilter extends BetfairSerializable implements MarketFilterInterface |