Completed
Pull Request — master (#5)
by Stefano
25:36 queued 17:24
created
Bundle/FormazioneBundle/Domain/ValueObject/TipologiaCampo/CFT.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.
Tests/Utils/FileCompare.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -18,7 +18,6 @@
 block discarded – undo
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
     {
Please login to merge, or discard this patch.