Merge pull request #242 from FabioBatSilva/patch-1
[UnderscoreNamingStrategy] fix docblock
This commit is contained in:
commit
3cbb3eab18
@ -21,7 +21,8 @@
|
|||||||
namespace Doctrine\ORM\Mapping;
|
namespace Doctrine\ORM\Mapping;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The default NamingStrategy
|
* Naming strategy implementing the underscore naming convention.
|
||||||
|
* Converts 'MyEntity' to 'my_entity' or 'MY_ENTITY'.
|
||||||
*
|
*
|
||||||
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
|
* @license http://www.opensource.org/licenses/lgpl-license.php LGPL
|
||||||
* @link www.doctrine-project.org
|
* @link www.doctrine-project.org
|
||||||
@ -31,7 +32,7 @@ namespace Doctrine\ORM\Mapping;
|
|||||||
class UnderscoreNamingStrategy implements NamingStrategy
|
class UnderscoreNamingStrategy implements NamingStrategy
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* @var string
|
* @var integer
|
||||||
*/
|
*/
|
||||||
private $case;
|
private $case;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user