1: <?php declare(strict_types = 1);
2:
3: namespace ApiGen\Task;
4:
5:
6: interface Task
7: {
8: }
9: