Completed
Push — develop ( 9b03f1...6ff4ee )
by Timothy
02:31
created
src/Aviat/Ion/StringWrapper.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/HttpView.php 2 patches
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.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -106,7 +106,7 @@
 block discarded – undo
106 106
 	 */
107 107
 	protected function output()
108 108
 	{
109
-		$content =& $this->response->content;
109
+		$content = & $this->response->content;
110 110
 		$content->set($this->output);
111 111
 		$content->setType($this->contentType);
112 112
 		$content->setCharset('utf-8');
Please login to merge, or discard this patch.
src/Aviat/AnimeClient/Model.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 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\Auth;
15 15
 
Please login to merge, or discard this patch.
src/Aviat/AnimeClient/Controller/Anime.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 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\Auth;
15 15
 
Please login to merge, or discard this patch.
src/Aviat/AnimeClient/Dispatcher.php 2 patches
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 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\Auth;
15 15
 
Please login to merge, or discard this patch.
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
 			$error_handler->addDataTable('route_args', (array)$route);
102 102
 		}
103 103
 
104
-		if($route)
104
+		if ($route)
105 105
 		{
106 106
 			$parsed = $this->process_route($route);
107 107
 			$controller_name = $parsed['controller_name'];
@@ -265,7 +265,7 @@  discard block
 block discarded – undo
265 265
 				'message' => 'Invalid HTTP Verb'
266 266
 			];
267 267
 		}
268
-		else if($failure->failedAccept())
268
+		else if ($failure->failedAccept())
269 269
 		{
270 270
 			$params = [
271 271
 				'http_code' => 406,
Please login to merge, or discard this patch.
src/Aviat/AnimeClient/Controller.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 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\Auth;
15 15
 
Please login to merge, or discard this patch.
src/Aviat/AnimeClient/RoutingBase.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 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\Auth;
15 15
 
Please login to merge, or discard this patch.
src/Aviat/AnimeClient/Model/DB.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 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\Auth;
15 15
 
Please login to merge, or discard this patch.
src/Aviat/AnimeClient/Model/AnimeCollection.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -1,15 +1,15 @@
 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\Auth;
15 15
 
Please login to merge, or discard this patch.