for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
declare(strict_types=1);
namespace Sylius\ShopApiPlugin\Command;
class SetDefaultAddress
{
/**
* @var mixed
*/
private $id;
public function __construct($id)
$this->id = $id;
}
* @return mixed
public function id()
return $this->id;