Completed
Pull Request — master (#23)
by Nelson
04:52
created
src/functions.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -1,21 +1,21 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * PHP: Nelson Martell Library file
4
- *
5
- * Content:
6
- * - Global functions definition for NML.
7
- *
8
- * Copyright © 2016 Nelson Martell (http://nelson6e65.github.io)
9
- *
10
- * Licensed under The MIT License (MIT)
11
- * For full copyright and license information, please see the LICENSE
12
- * Redistributions of files must retain the above copyright notice.
13
- *
14
- * @copyright 2016 Nelson Martell
15
- * @link      http://nelson6e65.github.io/php_nml/
16
- * @since     v0.6.0
17
- * @license   http://www.opensource.org/licenses/mit-license.php The MIT License (MIT)
18
- * */
3
+     * PHP: Nelson Martell Library file
4
+     *
5
+     * Content:
6
+     * - Global functions definition for NML.
7
+     *
8
+     * Copyright © 2016 Nelson Martell (http://nelson6e65.github.io)
9
+     *
10
+     * Licensed under The MIT License (MIT)
11
+     * For full copyright and license information, please see the LICENSE
12
+     * Redistributions of files must retain the above copyright notice.
13
+     *
14
+     * @copyright 2016 Nelson Martell
15
+     * @link      http://nelson6e65.github.io/php_nml/
16
+     * @since     v0.6.0
17
+     * @license   http://www.opensource.org/licenses/mit-license.php The MIT License (MIT)
18
+     * */
19 19
 
20 20
 namespace NelsonMartell;
21 21
 
Please login to merge, or discard this patch.
src/deprecated_functions.php 1 patch
Indentation   +16 added lines, -16 removed lines patch added patch discarded remove patch
@@ -1,21 +1,21 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * PHP: Nelson Martell Library file
4
- *
5
- * Content:
6
- * - Global functions definition for NML.
7
- *
8
- * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io)
9
- *
10
- * Licensed under The MIT License (MIT)
11
- * For full copyright and license information, please see the LICENSE
12
- * Redistributions of files must retain the above copyright notice.
13
- *
14
- * @copyright 2015-2016 Nelson Martell
15
- * @link      http://nelson6e65.github.io/php_nml/
16
- * @since     v0.4.5
17
- * @license   http://www.opensource.org/licenses/mit-license.php The MIT License (MIT)
18
- * */
3
+     * PHP: Nelson Martell Library file
4
+     *
5
+     * Content:
6
+     * - Global functions definition for NML.
7
+     *
8
+     * Copyright © 2015-2016 Nelson Martell (http://nelson6e65.github.io)
9
+     *
10
+     * Licensed under The MIT License (MIT)
11
+     * For full copyright and license information, please see the LICENSE
12
+     * Redistributions of files must retain the above copyright notice.
13
+     *
14
+     * @copyright 2015-2016 Nelson Martell
15
+     * @link      http://nelson6e65.github.io/php_nml/
16
+     * @since     v0.4.5
17
+     * @license   http://www.opensource.org/licenses/mit-license.php The MIT License (MIT)
18
+     * */
19 19
 
20 20
 use NelsonMartell\Extensions\String;
21 21
 use NelsonMartell\Type;
Please login to merge, or discard this patch.