Skip to content

Commit

Permalink
Removed unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
pepakriz committed Mar 19, 2015
1 parent 6523fc1 commit 80cee47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Kdyby/Replicator/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,9 @@ private function getFirstControlName()


/**
* @param string $name
*
* @return \Nette\Forms\Container
*/
protected function createContainer($name)
protected function createContainer()
{
$class = $this->containerClass;
return new $class();
Expand Down

0 comments on commit 80cee47

Please sign in to comment.