Completed
Pull Request — master (#98)
by Christopher
05:13
created
src/Atom/src/AtomDateConstructType.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -29,7 +29,6 @@
 block discarded – undo
29 29
     /**
30 30
      * Gets or sets the inner value
31 31
      *
32
-     * @param \DateTime $value
33 32
      * @return \DateTime
34 33
      */
35 34
     public function value()
Please login to merge, or discard this patch.
src/Atom/src/Email.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * Gets or sets the inner value
36 36
      *
37
-     * @param string $value
38 37
      * @return string
39 38
      */
40 39
     public function value()
Please login to merge, or discard this patch.
src/Atom/src/Name.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * Gets or sets the inner value
36 36
      *
37
-     * @param string $value
38 37
      * @return string
39 38
      */
40 39
     public function value()
Please login to merge, or discard this patch.
src/Atom/src/Uri.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,6 @@
 block discarded – undo
34 34
     /**
35 35
      * Gets or sets the inner value
36 36
      *
37
-     * @param string $value
38 37
      * @return string
39 38
      */
40 39
     public function value()
Please login to merge, or discard this patch.