Tweaks on FileSystem Tasks.

This commit is contained in:
Andrés Montañez 2014-06-12 17:25:50 -03:00
parent 4528788d49
commit 9bcf8e063d
2 changed files with 0 additions and 6 deletions

View file

@ -1,9 +1,7 @@
<?php
namespace Mage\Task\BuiltIn\Filesystem;
use Exception;
use Mage\Task\AbstractTask;
use Mage\Task\ErrorWithMessageException;
use Mage\Task\SkipException;
use Mage\Task\Releases\IsReleaseAware;
@ -22,8 +20,6 @@ class ApplyFacls extends AbstractTask implements IsReleaseAware
* Runs the task
*
* @return boolean
* @throws Exception
* @throws ErrorWithMessageException
* @throws SkipException
*/
public function run()

View file

@ -21,8 +21,6 @@ class LinkSharedFilesTask extends AbstractTask implements IsReleaseAware
* Runs the task
*
* @return boolean
* @throws \Exception
* @throws \Mage\Task\ErrorWithMessageException
* @throws SkipException
*/
public function run()