@@ -13,7 +13,6 @@ |
||
| 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() |
@@ -25,7 +25,6 @@ |
||
| 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 | */ |