remote forking: use the original http/https url in description
[phorkie.git] / src / phorkie / Tool / Result.php
1 <?php
2 namespace phorkie;
3
4 class Tool_Result
5 {
6     public $annotations;
7 }
8
9 ?>