Completed
Push — master ( 4bb50d...d21b1b )
by Daniele
02:36
created
src/Betfair/AbstractBetfair.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
         $this->betfairClient = $betfairClient;
46 46
         $this->adapter = $adapter;
47 47
         $this->marketFilterFactory = $marketFilterFactory;
48
-        $this->paramFactory =  $paramFactory;
48
+        $this->paramFactory = $paramFactory;
49 49
     }
50 50
 
51 51
     public function executeCustomQuery(ParamInterface $param, $method = null, $type = "betting")
Please login to merge, or discard this patch.
src/Betfair/Client/BetfairClientInterface.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/Client/BetfairClient.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/BetfairGeneric.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/Betfair.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/Model/BetfairSerializable.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/Model/Param.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/Model/TimeRange.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/Model/ParamInterface.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.