automatic regexp to move namespace CL\Chill => Chill

This commit is contained in:
2014-11-07 10:01:20 +01:00
parent 651577981c
commit f7d24ae520
31 changed files with 105 additions and 105 deletions

View File

@@ -1,6 +1,6 @@
<?php
namespace CL\Chill\PersonBundle\Entity;
namespace Chill\PersonBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Symfony\Component\Validator\ExecutionContextInterface;
@@ -141,7 +141,7 @@ ou une valeur vide lorsque la donnée nest pas connue*/
/**
*
* @param \CL\Chill\PersonBundle\Entity\PersonHistoryFile $history
* @param \Chill\PersonBundle\Entity\PersonHistoryFile $history
* @uses PersonHistoryFile::setPerson
*/
public function addHistoryFile(PersonHistoryFile $history) {