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 25, 2015
1 parent 114f5d2 commit bb66a80
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 @@ -159,11 +159,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 bb66a80

Please sign in to comment.