Skip to content

Commit

Permalink
MINOR ArrayLib - removed unncessary extending of Object since this cl…
Browse files Browse the repository at this point in the history
…ass only has a bunch of static functions (from r100623)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@105610 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
chillu committed May 25, 2010
1 parent 67c7b7a commit 3f14112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/ArrayLib.php
Expand Up @@ -4,7 +4,7 @@
* @package sapphire
* @subpackage misc
*/
class ArrayLib extends Object {
class ArrayLib {

/**
* Inverses the first and second level keys of an associative
Expand Down

0 comments on commit 3f14112

Please sign in to comment.