[Form] Fixed coding conventions

This commit is contained in:
Bernhard Schussek 2011-03-24 15:26:17 +01:00
parent 2faa47d03b
commit 0b4c3c0cb8

View File

@ -22,7 +22,7 @@ interface FormRendererInterface
function setVar($name, $value); function setVar($name, $value);
public function getVar($name); function getVar($name);
function addPlugin(FormRendererPluginInterface $plugin); function addPlugin(FormRendererPluginInterface $plugin);
} }