for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Deployee\Plugins\ShopwareTasks\Definitions;
use Deployee\Plugins\Deploy\Definitions\Parameter\ParameterCollection;
use Deployee\Plugins\Deploy\Definitions\Parameter\ParameterCollectionInterface;
class CacheClearDefinition extends AbstractShopwareDefinition
{
/**
* @return ParameterCollectionInterface
*/
public function define(): ParameterCollectionInterface
return new ParameterCollection(get_object_vars($this));
}