Update jQuery from 1.12.4 to 3.7.1
[phorkie.git] / src / phorkie / Tool / Result.php
1 <?php
2 namespace phorkie;
3
4 class Tool_Result
5 {
6     public $annotations;
7 }
8
9 ?>