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

@ -37,7 +37,7 @@ class ScriptInclude {
* Set the file
*
* @param string $file Include file
* @return \FML\Script\ScriptInclude|static
* @return static
*/
public function setFile($file) {
$this->file = (string)$file;
@ -48,7 +48,7 @@ class ScriptInclude {
* Set the namespace
*
* @param string $namespace Include namespace
* @return \FML\Script\ScriptInclude|static
* @return static
*/
public function setNamespace($namespace) {
$this->namespace = (string)$namespace;