File "RunableInterface-20250513033833.php"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/phpunit/phpunit/src/TextUI/Output/Default/RunableInterface-20250513033833.php
File size: 198 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Nwidart\Modules\Contracts;
interface RunableInterface
{
/**
* Run the specified command.
*
* @param string $command
*/
public function run($command);
}