Completed
Push — master ( 38faae...bfe46f )
by Timothy
03:58
created
src/Aviat/Ion/Transformer/AbstractTransformer.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Ion
4
- *
5
- * Building blocks for web development
6
- *
7
- * @package     Ion
8
- * @author      Timothy J. Warren
9
- * @copyright   Copyright (c) 2015 - 2016
10
- * @license     MIT
11
- */
3
+	 * Ion
4
+	 *
5
+	 * Building blocks for web development
6
+	 *
7
+	 * @package     Ion
8
+	 * @author      Timothy J. Warren
9
+	 * @copyright   Copyright (c) 2015 - 2016
10
+	 * @license     MIT
11
+	 */
12 12
 
13 13
 namespace Aviat\Ion\Di\Exception;
14 14
 
Please login to merge, or discard this patch.
src/Aviat/Ion/StaticInstance.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Ion
4
- *
5
- * Building blocks for web development
6
- *
7
- * @package     Ion
8
- * @author      Timothy J. Warren
9
- * @copyright   Copyright (c) 2015 - 2016
10
- * @license     MIT
11
- */
3
+	 * Ion
4
+	 *
5
+	 * Building blocks for web development
6
+	 *
7
+	 * @package     Ion
8
+	 * @author      Timothy J. Warren
9
+	 * @copyright   Copyright (c) 2015 - 2016
10
+	 * @license     MIT
11
+	 */
12 12
 
13 13
 namespace Aviat\Ion\Di\Exception;
14 14
 
Please login to merge, or discard this patch.
src/Aviat/Ion/Di/ContainerAware.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Ion
4
- *
5
- * Building blocks for web development
6
- *
7
- * @package     Ion
8
- * @author      Timothy J. Warren
9
- * @copyright   Copyright (c) 2015 - 2016
10
- * @license     MIT
11
- */
3
+	 * Ion
4
+	 *
5
+	 * Building blocks for web development
6
+	 *
7
+	 * @package     Ion
8
+	 * @author      Timothy J. Warren
9
+	 * @copyright   Copyright (c) 2015 - 2016
10
+	 * @license     MIT
11
+	 */
12 12
 
13 13
 namespace Aviat\Ion\Di\Exception;
14 14
 
Please login to merge, or discard this patch.
src/Aviat/Ion/View/HtmlView.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Ion
4
- *
5
- * Building blocks for web development
6
- *
7
- * @package     Ion
8
- * @author      Timothy J. Warren
9
- * @copyright   Copyright (c) 2015 - 2016
10
- * @license     MIT
11
- */
3
+	 * Ion
4
+	 *
5
+	 * Building blocks for web development
6
+	 *
7
+	 * @package     Ion
8
+	 * @author      Timothy J. Warren
9
+	 * @copyright   Copyright (c) 2015 - 2016
10
+	 * @license     MIT
11
+	 */
12 12
 
13 13
 namespace Aviat\Ion\Di\Exception;
14 14
 
Please login to merge, or discard this patch.
src/Aviat/AnimeClient/AnimeClient.php 3 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
 	 *
82 82
 	 * @param string $file
83 83
 	 * @param mixed $data
84
-	 * @return bool
84
+	 * @return integer
85 85
 	 */
86 86
 	public static function json_file_encode($file, $data)
87 87
 	{
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
 	 * @param  bool $as_array
69 69
 	 * @return array|object
70 70
 	 */
71
-	public static function json_file_decode($file, $as_array=TRUE)
71
+	public static function json_file_decode($file, $as_array = TRUE)
72 72
 	{
73 73
 	    return json_decode(
74 74
 	        file_get_contents($file),
Please login to merge, or discard this patch.
Indentation   +14 added lines, -14 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Hummingbird Anime Client
4
- *
5
- * An API client for Hummingbird to manage anime and manga watch lists
6
- *
7
- * @package     HummingbirdAnimeClient
8
- * @author      Timothy J. Warren
9
- * @copyright   Copyright (c) 2015 - 2016
10
- * @link        https://github.com/timw4mail/HummingBirdAnimeClient
11
- * @license     MIT
12
- */
3
+	 * Hummingbird Anime Client
4
+	 *
5
+	 * An API client for Hummingbird to manage anime and manga watch lists
6
+	 *
7
+	 * @package     HummingbirdAnimeClient
8
+	 * @author      Timothy J. Warren
9
+	 * @copyright   Copyright (c) 2015 - 2016
10
+	 * @link        https://github.com/timw4mail/HummingBirdAnimeClient
11
+	 * @license     MIT
12
+	 */
13 13
 
14 14
 namespace Aviat\AnimeClient;
15 15
 
@@ -72,10 +72,10 @@  discard block
 block discarded – undo
72 72
 	 */
73 73
 	public static function json_file_decode($file, $as_array=TRUE)
74 74
 	{
75
-	    return json_decode(
76
-	        file_get_contents($file),
77
-	        $as_array
78
-	    );
75
+		return json_decode(
76
+			file_get_contents($file),
77
+			$as_array
78
+		);
79 79
 	}
80 80
 
81 81
 	/**
Please login to merge, or discard this patch.
src/Aviat/Ion/Di/Exception/ContainerException.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,14 +1,14 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Ion
4
- *
5
- * Building blocks for web development
6
- *
7
- * @package     Ion
8
- * @author      Timothy J. Warren
9
- * @copyright   Copyright (c) 2015 - 2016
10
- * @license     MIT
11
- */
3
+	 * Ion
4
+	 *
5
+	 * Building blocks for web development
6
+	 *
7
+	 * @package     Ion
8
+	 * @author      Timothy J. Warren
9
+	 * @copyright   Copyright (c) 2015 - 2016
10
+	 * @license     MIT
11
+	 */
12 12
 
13 13
 namespace Aviat\Ion\Di\Exception;
14 14
 
Please login to merge, or discard this patch.