Skip to content

Commit

Permalink
Changed to core IConfigurable
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyiegorov committed Jan 11, 2015
1 parent 8d2b1a7 commit 4dd50cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/FileService.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ public function init(array $params = array())
return parent::init($params);
}

//[PHPCOMPRESSOR(remove,start)]
/**
* @param mixed $entityConfiguration current instance for configuration
* @return boolean False if something went wrong otherwise true
Expand All @@ -72,7 +71,6 @@ public function configure($entityConfiguration)
// Convert object to array
$this->configuration = (array)$entityConfiguration;
}
//[PHPCOMPRESSOR(remove,end)]

/**
* Write data to a specific relative location
Expand Down

0 comments on commit 4dd50cc

Please sign in to comment.