for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* components
*
* @author Wolfy-J
*/
namespace Spiral\ORM\Commands;
use Spiral\ORM\CommandInterface;
use Spiral\ORM\Transaction;
* Command to handle multiple inner commands.
class TransactionalCommand extends Transaction implements CommandInterface
{
* Execute command = push transaction.
public function execute()
$this->run();
}
public function callEvent(int $event)
$event
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
// TODO: Implement setState() method.