Merge remote-tracking branch 'skl85/hotfix-extautodetect'
[phorkie.git] / src / phorkie / Tool / Result.php
1 <?php
2 namespace phorkie;
3
4 class Tool_Result
5 {
6     public $annotations;
7 }
8
9 ?>