aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Tool/Result.php
blob: 94dfe5e540de419f4e234f3b3faed4cce2b0be0e (plain)
1
2
3
4
5
6
7
8
9
<?php
namespace phorkie;

class Tool_Result
{
    public $annotations;
}

?>