Completed
Pull Request — master (#76)
by
unknown
02:48
created
src/BoolLiteral/Boolean.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,6 @@
 block discarded – undo
13 13
     /**
14 14
      * Returns a StringLiteral object given a PHP native string as parameter.
15 15
      *
16
-     * @param  string $value
17 16
      * @return StringLiteral
18 17
      */
19 18
     public static function fromNative()
Please login to merge, or discard this patch.
src/BoolLiteral/BoolLiteral.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
     /**
26 26
      * Returns a BoolLiteral object given a PHP native bool as parameter.
27 27
      *
28
-     * @param  bool $value
29 28
      *
30 29
      * @return static
31 30
      */
Please login to merge, or discard this patch.