Useless use of return

This commit is contained in:
Thomas Gelf 2014-01-22 14:55:58 +00:00
parent bbe018567f
commit 81b47cf861
1 changed files with 0 additions and 4 deletions

View File

@ -86,7 +86,6 @@ class StaticController extends ActionController
) . ' GMT');
readfile($filePath);
return;
}
/**
@ -132,7 +131,6 @@ class StaticController extends ActionController
);
readfile($filePath);
return;
}
/**
@ -176,8 +174,6 @@ class StaticController extends ActionController
$this->setCacheHeader(3600);
$lessCompiler->printStack();
return;
}
}
// @codingStandardsIgnoreEnd