Skip to content

Commit bb66a80

Browse files
committed
Removed unused argument
1 parent 114f5d2 commit bb66a80

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Kdyby/Replicator/Container.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,11 +159,9 @@ private function getFirstControlName()
159159

160160

161161
/**
162-
* @param string $name
163-
*
164162
* @return \Nette\Forms\Container
165163
*/
166-
protected function createContainer($name)
164+
protected function createContainer()
167165
{
168166
$class = $this->containerClass;
169167
return new $class();

0 commit comments

Comments
 (0)