Fixed documentation annotation for factories
This commit is contained in:
@@ -10,12 +10,8 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
|
||||
class AmazonS3AdapterFactory implements AdapterFactoryInterface
|
||||
{
|
||||
/**
|
||||
* Creates the adapter, registers it and returns its id
|
||||
*
|
||||
* @param ContainerBuilder $container A ContainerBuilder instance
|
||||
* @param string $id The id of the service
|
||||
* @param array $config An array of configuration
|
||||
*/
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function create(ContainerBuilder $container, $id, array $config)
|
||||
{
|
||||
$definition = $container
|
||||
@@ -31,9 +27,7 @@ class AmazonS3AdapterFactory implements AdapterFactoryInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the key for the factory configuration
|
||||
*
|
||||
* @return string
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function getKey()
|
||||
{
|
||||
@@ -41,9 +35,7 @@ class AmazonS3AdapterFactory implements AdapterFactoryInterface
|
||||
}
|
||||
|
||||
/**
|
||||
* Adds configuration nodes for the factory
|
||||
*
|
||||
* @param NodeBuilder $builder
|
||||
* {@inheritDoc}
|
||||
*/
|
||||
public function addConfiguration(NodeDefinition $builder)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user