Completed
Push — rewrite ( d48caf...77709c )
by Timothy
02:37
created
build/update_header_comments.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -13,19 +13,19 @@
 block discarded – undo
13 13
 
14 14
 if ( ! function_exists('glob_recursive'))
15 15
 {
16
-    // Does not support flag GLOB_BRACE
16
+	// Does not support flag GLOB_BRACE
17 17
 
18
-    function glob_recursive($pattern, $flags = 0)
19
-    {
20
-        $files = glob($pattern, $flags);
18
+	function glob_recursive($pattern, $flags = 0)
19
+	{
20
+		$files = glob($pattern, $flags);
21 21
 
22
-        foreach (glob(dirname($pattern).'/*', GLOB_ONLYDIR|GLOB_NOSORT) as $dir)
23
-        {
24
-            $files = array_merge($files, glob_recursive($dir.'/'.basename($pattern), $flags));
25
-        }
22
+		foreach (glob(dirname($pattern).'/*', GLOB_ONLYDIR|GLOB_NOSORT) as $dir)
23
+		{
24
+			$files = array_merge($files, glob_recursive($dir.'/'.basename($pattern), $flags));
25
+		}
26 26
 
27
-        return $files;
28
-    }
27
+		return $files;
28
+	}
29 29
 }
30 30
 
31 31
 function get_text_to_replace($tokens)
Please login to merge, or discard this patch.
src/Aviat/AnimeClient/UrlGenerator.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
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
10
+	 * @link        https://github.com/timw4mail/HummingBirdAnimeClient
11
+	 * @license     MIT
12
+	 */
13 13
 namespace Aviat\AnimeClient;
14 14
 
15 15
 use Aviat\Ion\Di\ContainerInterface;
Please login to merge, or discard this patch.
src/Aviat/Ion/View/HttpView.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
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
10
+	 * @license     MIT
11
+	 */
12 12
 
13 13
 namespace Aviat\Ion\View;
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
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
10
+	 * @license     MIT
11
+	 */
12 12
 
13 13
 namespace Aviat\Ion\View;
14 14
 
Please login to merge, or discard this patch.
src/Aviat/Ion/Type/StringType.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
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
10
+	 * @license     MIT
11
+	 */
12 12
 
13 13
 namespace Aviat\Ion\View;
14 14
 
Please login to merge, or discard this patch.
src/Aviat/Ion/Di/ContainerAwareInterface.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
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
10
+	 * @license     MIT
11
+	 */
12 12
 
13 13
 namespace Aviat\Ion\View;
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
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
10
+	 * @license     MIT
11
+	 */
12 12
 
13 13
 namespace Aviat\Ion\View;
14 14
 
Please login to merge, or discard this patch.
src/Aviat/Ion/View.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
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
10
+	 * @license     MIT
11
+	 */
12 12
 
13 13
 namespace Aviat\Ion\View;
14 14
 
Please login to merge, or discard this patch.
src/Aviat/Ion/Friend.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
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
10
+	 * @license     MIT
11
+	 */
12 12
 
13 13
 namespace Aviat\Ion\View;
14 14
 
Please login to merge, or discard this patch.