@@ -10,7 +10,7 @@ |
||
| 10 | 10 | final class CFT extends TipologiaCampo |
| 11 | 11 | { |
| 12 | 12 | /** |
| 13 | - * @return BitPrepared\Bundle\FormazioneBundle\Domain\ValueObject\TipologiaCampo\CFT |
|
| 13 | + * @return CFT |
|
| 14 | 14 | */ |
| 15 | 15 | final public static function instance() |
| 16 | 16 | { |
@@ -18,7 +18,6 @@ |
||
| 18 | 18 | * @param string $className class name |
| 19 | 19 | * @param string $directoryOutput output directory to compare from |
| 20 | 20 | * @param bool $createIfNotExist generate file if not exist equals on genereted one |
| 21 | - * @param ClassGenerator $g class generator object to test |
|
| 22 | 21 | */ |
| 23 | 22 | private function compareClassPhp($resourcesDir, $namespace, $className, $directoryOutput, $createIfNotExist = false) |
| 24 | 23 | { |