summaryrefslogtreecommitdiffstats
path: root/src/Objects/Suites.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Objects/Suites.php')
-rw-r--r--src/Objects/Suites.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Objects/Suites.php b/src/Objects/Suites.php
new file mode 100644
index 0000000..e6758df
--- /dev/null
+++ b/src/Objects/Suites.php
@@ -0,0 +1,8 @@
+<?php
+namespace BjoernrDe\SSLLabsApi\Objects;
+
+class Suites
+{
+ private $list = array();
+ private $preference;
+} \ No newline at end of file