1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-11-04 09:00:18 +01:00
Magallanes/tests/Dummies/Command/MyInconsistentCommand.php

12 lines
115 B
PHP

<?php
namespace Command;
class MyInconsistentCommand
{
public function run()
{
return 0;
}
}