nur-ture/nur_tests/cli/impl/SimpleDest.php

11 lines
124 B
PHP
Raw Normal View History

2024-11-28 15:39:23 +04:00
<?php
namespace nur\cli\impl;
class SimpleDest {
public $args;
function reset(): void {
$this->args = null;
}
}