[Nostromo] Revert RuntimeInterface

This commit is contained in:
Andrés Montañez
2017-01-01 01:33:34 -03:00
parent 196f84ceb1
commit d8cd3b4058
8 changed files with 44 additions and 273 deletions
+1 -2
View File
@@ -2,7 +2,6 @@
namespace Mage\Tests\Runtime;
use Mage\Runtime\Runtime;
use Mage\Runtime\RuntimeInterface;
use Symfony\Component\Process\Process;
class RuntimeMockup extends Runtime
@@ -17,7 +16,7 @@ class RuntimeMockup extends Runtime
/**
* Generate the Release ID
*
* @return RuntimeInterface
* @return Runtime
*/
public function generateReleaseId()
{