Completed
Pull Request — master (#23)
by Nelson
03:31
created
src/Extensions/String.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@
 block discarded – undo
100 100
     /**
101 101
      * Ensures that object given is an string. Else, thows an exception
102 102
      *
103
-     * @param mixed $obj Object to validate.
103
+     * @param string $obj Object to validate.
104 104
      *
105 105
      * @return string Same object given, but ensured that is an string.
106 106
      * @throws InvalidArgumentException if object is not an `string`.
Please login to merge, or discard this 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
- * - Class definition:  [NelsonMartell\Extensions]  String
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.1
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
+     * - Class definition:  [NelsonMartell\Extensions]  String
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.1
17
+     * @license   http://www.opensource.org/licenses/mit-license.php The MIT License (MIT)
18
+     * */
19 19
 namespace NelsonMartell\Extensions;
20 20
 
21 21
 use Cake\Utility\Text;
Please login to merge, or discard this patch.
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.
config/bootstrap.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
- * - Library initialization
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.5.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
+     * - Library initialization
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.5.0
17
+     * @license   http://www.opensource.org/licenses/mit-license.php The MIT License (MIT)
18
+     * */
19 19
 
20 20
 // Set the path of translations
21 21
 bindtextdomain(NML_GETTEXT_DOMAIN, __DIR__.DIRECTORY_SEPARATOR.'..'.DIRECTORY_SEPARATOR.'Locale');
Please login to merge, or discard this patch.
src/IEquatable.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
- * - Interface definition:  [NelsonMartell]  IEquatable
7
- *
8
- * Copyright © 2014-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 2014-2016 Nelson Martell
15
- * @link      http://nelson6e65.github.io/php_nml/
16
- * @since     v0.1.1
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
+     * - Interface definition:  [NelsonMartell]  IEquatable
7
+     *
8
+     * Copyright © 2014-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 2014-2016 Nelson Martell
15
+     * @link      http://nelson6e65.github.io/php_nml/
16
+     * @since     v0.1.1
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/Utilities/UnitTesting/Assert.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
- * - Class definition:  [NelsonMartell\Utilities\UnitTesting]  Assert
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.1.1
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
+     * - Class definition:  [NelsonMartell\Utilities\UnitTesting]  Assert
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.1.1
17
+     * @license   http://www.opensource.org/licenses/mit-license.php The MIT License (MIT)
18
+     * */
19 19
 
20 20
 namespace NelsonMartell\Utilities\UnitTesting {
21 21
 
Please login to merge, or discard this patch.
src/Utilities/Asset.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
- * - Class definition:  [NelsonMartell\Utilities]  Asset
7
- *
8
- * Copyright © 2014-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 2014-2016 Nelson Martell
15
- * @link      http://nelson6e65.github.io/php_nml/
16
- * @since     v0.1.1
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
+     * - Class definition:  [NelsonMartell\Utilities]  Asset
7
+     *
8
+     * Copyright © 2014-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 2014-2016 Nelson Martell
15
+     * @link      http://nelson6e65.github.io/php_nml/
16
+     * @since     v0.1.1
17
+     * @license   http://www.opensource.org/licenses/mit-license.php The MIT License (MIT)
18
+     * */
19 19
 
20 20
 namespace NelsonMartell\Utilities {
21 21
 
Please login to merge, or discard this patch.
src/VersionComponent.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
- * - Class definition:  [NelsonMartell]  VersionComponent
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.1.1
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
+     * - Class definition:  [NelsonMartell]  VersionComponent
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.1.1
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/IntString.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
- * - Class definition:  [NelsonMartell]  IntString
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.1.1
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
+     * - Class definition:  [NelsonMartell]  IntString
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.1.1
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.