Skip to content

Commit 80cee47

Browse files
committed
Removed unused argument
1 parent 6523fc1 commit 80cee47

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
@@ -162,11 +162,9 @@ private function getFirstControlName()
162162

163163

164164
/**
165-
* @param string $name
166-
*
167165
* @return \Nette\Forms\Container
168166
*/
169-
protected function createContainer($name)
167+
protected function createContainer()
170168
{
171169
$class = $this->containerClass;
172170
return new $class();

0 commit comments

Comments
 (0)