Fixed phpdoc

This commit is contained in:
William DURAND 2011-09-03 14:27:29 +02:00
parent 16fc0d190e
commit 949c6c4d15

View file

@ -10,6 +10,11 @@
namespace Propel\PropelBundle\DataFixtures;
/**
* Interface that exposes how Propel data loaders should work.
*
* @author William Durand <william.durand1@gmail.com>
*/
interface DataLoaderInterface
{
/**