Passed
Push — master ( 0275c6...80abda )
by Sergey
02:29
created
src/ForecastItemInterface.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
- *
4
- * PHP version 5.5
5
- *
6
- * @package Forecast
7
- * @author  Sergey V.Kuzin <[email protected]>
8
- * @license MIT
9
- */
3
+     *
4
+     * PHP version 5.5
5
+     *
6
+     * @package Forecast
7
+     * @author  Sergey V.Kuzin <[email protected]>
8
+     * @license MIT
9
+     */
10 10
 
11 11
 namespace Forecast;
12 12
 
Please login to merge, or discard this patch.
src/Model/Temperature.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
- *
4
- * PHP version 5.5
5
- *
6
- * @package Forecast
7
- * @author  Sergey V.Kuzin <[email protected]>
8
- * @license MIT
9
- */
3
+     *
4
+     * PHP version 5.5
5
+     *
6
+     * @package Forecast
7
+     * @author  Sergey V.Kuzin <[email protected]>
8
+     * @license MIT
9
+     */
10 10
 
11 11
 namespace Forecast;
12 12
 
Please login to merge, or discard this patch.
src/Model/Wind.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
- *
4
- * PHP version 5.5
5
- *
6
- * @package Forecast
7
- * @author  Sergey V.Kuzin <[email protected]>
8
- * @license MIT
9
- */
3
+     *
4
+     * PHP version 5.5
5
+     *
6
+     * @package Forecast
7
+     * @author  Sergey V.Kuzin <[email protected]>
8
+     * @license MIT
9
+     */
10 10
 
11 11
 namespace Forecast;
12 12
 
Please login to merge, or discard this patch.
src/Model/Hour.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
- *
4
- * PHP version 5.5
5
- *
6
- * @package Forecast\Model
7
- * @author  Sergey V.Kuzin <[email protected]>
8
- * @license MIT
9
- */
3
+     *
4
+     * PHP version 5.5
5
+     *
6
+     * @package Forecast\Model
7
+     * @author  Sergey V.Kuzin <[email protected]>
8
+     * @license MIT
9
+     */
10 10
 
11 11
 namespace Forecast\Model;
12 12
 
Please login to merge, or discard this patch.
src/Model/ModelInterface.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
- *
4
- * PHP version 5.5
5
- *
6
- * @package Forecast\Model
7
- * @author  Sergey V.Kuzin <[email protected]>
8
- * @license MIT
9
- */
3
+     *
4
+     * PHP version 5.5
5
+     *
6
+     * @package Forecast\Model
7
+     * @author  Sergey V.Kuzin <[email protected]>
8
+     * @license MIT
9
+     */
10 10
 
11 11
 namespace Forecast\Model;
12 12
 
Please login to merge, or discard this patch.
src/Model/Humidity.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
- *
4
- * PHP version 5.5
5
- *
6
- * @package Forecast\Model
7
- * @author  Sergey V.Kuzin <[email protected]>
8
- * @license MIT
9
- */
3
+     *
4
+     * PHP version 5.5
5
+     *
6
+     * @package Forecast\Model
7
+     * @author  Sergey V.Kuzin <[email protected]>
8
+     * @license MIT
9
+     */
10 10
 
11 11
 namespace Forecast\Model;
12 12
 
Please login to merge, or discard this patch.