1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-24 04:40:16 +02:00
Magallanes/tests/Dummies/Command/MyInconsistentCommand.php

12 lines
115 B
PHP
Raw Normal View History

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