FML Update

This commit is contained in:
Steffen Schröder
2014-07-03 22:34:47 +02:00
parent edd62f0eb4
commit 8b3667b252
75 changed files with 392 additions and 370 deletions

View File

@ -31,7 +31,7 @@ class ScriptConstant {
* Set the name
*
* @param string $name Constant name
* @return \FML\Script\ScriptConstant|static
* @return static
*/
public function setName($name) {
$this->name = (string)$name;
@ -42,7 +42,7 @@ class ScriptConstant {
* Set the value
*
* @param string $value Constant value
* @return \FML\Script\ScriptConstant|static
* @return static
*/
public function setValue($value) {
$this->value = $value;