mirror of
				https://github.com/hauke68/Magallanes.git
				synced 2025-11-04 09:00:18 +01:00 
			
		
		
		
	Tweaks on FileSystem Tasks.
This commit is contained in:
		
							parent
							
								
									4528788d49
								
							
						
					
					
						commit
						9bcf8e063d
					
				@ -1,9 +1,7 @@
 | 
				
			|||||||
<?php
 | 
					<?php
 | 
				
			||||||
namespace Mage\Task\BuiltIn\Filesystem;
 | 
					namespace Mage\Task\BuiltIn\Filesystem;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use Exception;
 | 
					 | 
				
			||||||
use Mage\Task\AbstractTask;
 | 
					use Mage\Task\AbstractTask;
 | 
				
			||||||
use Mage\Task\ErrorWithMessageException;
 | 
					 | 
				
			||||||
use Mage\Task\SkipException;
 | 
					use Mage\Task\SkipException;
 | 
				
			||||||
use Mage\Task\Releases\IsReleaseAware;
 | 
					use Mage\Task\Releases\IsReleaseAware;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -22,8 +20,6 @@ class ApplyFacls extends AbstractTask implements IsReleaseAware
 | 
				
			|||||||
     * Runs the task
 | 
					     * Runs the task
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
     * @return boolean
 | 
					     * @return boolean
 | 
				
			||||||
     * @throws Exception
 | 
					 | 
				
			||||||
     * @throws ErrorWithMessageException
 | 
					 | 
				
			||||||
     * @throws SkipException
 | 
					     * @throws SkipException
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public function run()
 | 
					    public function run()
 | 
				
			||||||
 | 
				
			|||||||
@ -21,8 +21,6 @@ class LinkSharedFilesTask extends AbstractTask implements IsReleaseAware
 | 
				
			|||||||
     * Runs the task
 | 
					     * Runs the task
 | 
				
			||||||
     *
 | 
					     *
 | 
				
			||||||
     * @return boolean
 | 
					     * @return boolean
 | 
				
			||||||
     * @throws \Exception
 | 
					 | 
				
			||||||
     * @throws \Mage\Task\ErrorWithMessageException
 | 
					 | 
				
			||||||
     * @throws SkipException
 | 
					     * @throws SkipException
 | 
				
			||||||
     */
 | 
					     */
 | 
				
			||||||
    public function run()
 | 
					    public function run()
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user