Bit of cleanup, renamespaced, testing/code coverage

This commit is contained in:
Josh Sherman 2017-02-04 17:34:02 -06:00
parent 0af0ed0748
commit 80fa6ab88e
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
6 changed files with 41 additions and 14 deletions

View file

@ -6,13 +6,13 @@
* Licensed under The MIT License
* Redistribution of these files must retain the above copyright notice.
*
* @copyright Copyright 2007-2014, Josh Sherman
* @author Josh Sherman <hello@joshtronic.com>
* @copyright Copyright 2007-2017, Josh Sherman
* @license http://www.opensource.org/licenses/mit-license.html
* @link https://github.com/joshtronic/pickles
* @package Pickles
* @link https://github.com/joshtronic/php-sort
*/
namespace Pickles;
namespace joshtronic;
/**
* Sort Class
@ -66,3 +66,4 @@ class Sort
return true;
}
}