first tool supported: xmllint
[phorkie.git] / src / phorkie / Tool / Result.php
diff --git a/src/phorkie/Tool/Result.php b/src/phorkie/Tool/Result.php
new file mode 100644 (file)
index 0000000..22ea273
--- /dev/null
@@ -0,0 +1,9 @@
+<?php
+namespace phorkie;
+
+class Tool_Result
+{
+    public $annotations;
+}
+
+?>
\ No newline at end of file