Skip to content
This repository has been archived by the owner on Oct 26, 2018. It is now read-only.

Commit

Permalink
Added todo for Strict Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
tigerfoot committed Mar 18, 2012
1 parent 6635669 commit fd842e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/StructHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class StructHandler {
* Value of key my.little.key will be stored in structure->my->little->key.
* @param array
* @return stdClass
* @TODO find a way on strict standard to not create empty object
*/
static public function loadFromArray($array) {
$struct = new stdclass();
Expand Down

0 comments on commit fd842e2

Please sign in to comment.