Completed
Push — master ( 4bb50d...d21b1b )
by Daniele
02:36
created
src/Betfair/BettingApi/Country/Country.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Betfair/BettingApi/Competition/Competition.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Betfair/Exception.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Betfair/Adapter/Adapter.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Betfair/Adapter/ArrayAdapter.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Betfair/Adapter/JsonRpcAdapter.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Betfair/Adapter/AdapterInterface.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Betfair/Factory/ParamFactoryInterface.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
src/Betfair/Factory/MarketFilterFactory.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.